Skip to content

Commit

Permalink
refactor: change release type to chore
Browse files Browse the repository at this point in the history
  • Loading branch information
adhocore committed Sep 27, 2019
1 parent cbe6103 commit 15fec74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion please
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ fi
# push changes
if [[ $GPUSH -eq 1 ]]; then
trigger before-push
qgit commit -m "release: new version $NEXT_VERSION [skip ci]"
qgit commit -m "chore: new version $NEXT_VERSION [skip ci]"
info "Pushing pending commits ..."
qgit push origin $DEPLOY_BRANCH
ok
Expand Down

0 comments on commit 15fec74

Please sign in to comment.