Skip to content

Commit

Permalink
fix: release script fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
tippfehlr committed Aug 23, 2024
1 parent 4e1e054 commit 603b5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.fish
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ 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

Expand Down

0 comments on commit 603b5e1

Please sign in to comment.