Skip to content

Commit

Permalink
fix(release): push latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tippfehlr committed Sep 21, 2024
1 parent 46ed11f commit d70543e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion release.fish
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ git add CHANGELOG.md package.json
git commit -m "chore(release): v$newversion"
git tag v$newversion
git tag -f latest
read -p "\> Push and release changes\?"
read -P "> Push and release changes?"
git push
git push --tags origin v$newversion
git push --tags --force origin latest

# changelog for discord (via webhook)
git cliff -l \
Expand Down

0 comments on commit d70543e

Please sign in to comment.