feat: sidebar scrolling works on mobile
This commit is contained in:
parent
18de4c5895
commit
a178bc1cc0
7 changed files with 35 additions and 7 deletions
2
Taskfile
2
Taskfile
|
|
@ -48,7 +48,7 @@ release() {
|
|||
set -euo pipefail
|
||||
bash e2e/Taskfile playwright:ci
|
||||
_cargo test
|
||||
new_tag=$(git-cliff --bumped-version)
|
||||
new_tag=$(git-cliff --unreleased --bumped-version)
|
||||
git tag -m "$new_tag" "$new_tag"
|
||||
cargo set-version "${new_tag#v}"
|
||||
mv CHANGELOG.md CHANGELOG.old
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue