Skip to content

Commit

Permalink
justfile: also tag pre-releases
Browse files Browse the repository at this point in the history
  • Loading branch information
rszyma committed Nov 30, 2023
1 parent 78e9796 commit 71049a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ pre_release VERSION:
git add CHANGELOG.md package.json
git commit -m "Pre-Release v{{VERSION}}"
git push
git tag v{{VERSION}}
git push --tags

use_local_repo:
sed -i 's/kanata\/parser/kanata-local\/parser/' kls/Cargo.toml
Expand Down

0 comments on commit 71049a7

Please sign in to comment.