Skip to content

Commit f109c0b

Browse files
committed
fix: release.fish
1 parent 35e9101 commit f109c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ git add CHANGELOG.md package.json
1616
git commit -m "chore(release): v$newversion"
1717
git tag v$newversion
1818
git tag -f latest
19-
read -p "> Push and release changes?"
19+
read -p "Push and release changes?"
2020
git push
2121
git push --tags origin v$newversion
2222

0 commit comments

Comments
 (0)