Skip to content
This repository has been archived by the owner on Feb 5, 2024. It is now read-only.

Commit

Permalink
Update bump.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuhei Kitagawa committed Apr 26, 2020
1 parent 361324b commit 5b1c947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ echo current version: $(gobump show -r)
read -p "input next version: " next_version

gobump set $next_version -w
git pull --tag
git pull origin master --tag
git tag v$next_version
git-chglog -o CHANGELOG.md

Expand Down

0 comments on commit 5b1c947

Please sign in to comment.