We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35e9101 commit f109c0bCopy full SHA for f109c0b
release.fish
@@ -16,7 +16,7 @@ git add CHANGELOG.md package.json
16
git commit -m "chore(release): v$newversion"
17
git tag v$newversion
18
git tag -f latest
19
-read -p "> Push and release changes?"
+read -p "Push and release changes?"
20
git push
21
git push --tags origin v$newversion
22
0 commit comments