Skip to content

Commit

Permalink
s/ci/commit/
Browse files Browse the repository at this point in the history
  • Loading branch information
Songmu committed May 8, 2018
1 parent 076d225 commit 0624568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _tools/releng
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ gobump set $next_version -w
ghch -w -N v$next_version

git add version.go CHANGELOG.md
git ci -m "Checking in changes prior to tagging of version v$next_version"
git commit -m "Checking in changes prior to tagging of version v$next_version"
git tag v$next_version
git push && git push --tags

0 comments on commit 0624568

Please sign in to comment.