Skip to content

Commit

Permalink
ci: fix release commit message (#144)
Browse files Browse the repository at this point in the history
Signed-off-by: Salim Afiune Maya <[email protected]>
  • Loading branch information
afiune authored Jun 10, 2020
1 parent 646faac commit 6c6f357
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,9 @@ generate_release_notes() {

push_release() {
log "commiting and pushing the release to github"
_version_no_tag=$(echo $VERSION | awk -F. '{printf("%d.%d.%d", $1, $2, $3)}')
git checkout -B release
git commit -am "Release v$VERSION"
git commit -am "Release v$_version_no_tag"
git push origin release
log ""
log "Follow the above url and open a pull request"
Expand Down

0 comments on commit 6c6f357

Please sign in to comment.