Skip to content

Commit

Permalink
Task: fix bump script
Browse files Browse the repository at this point in the history
  • Loading branch information
kenjones-cisco committed Jul 5, 2018
1 parent 12a6478 commit d6b4d0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
# Changelog

2 changes: 1 addition & 1 deletion scripts/bump.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ echo "new version: $next_version"
ghch -w -N "$next_version"

git add version/info.go CHANGELOG.md
git ci -m "Release $next_version"
git commit -m "Release $next_version"
git tag -a "$next_version" -m "Version $next_version"
git push && git push --tags

0 comments on commit d6b4d0e

Please sign in to comment.