Skip to content

Commit

Permalink
ci: use last commit message instead. MAJOR change.
Browse files Browse the repository at this point in the history
  • Loading branch information
Harjot1Singh committed Jan 4, 2018
1 parent 37d88e6 commit 5144eff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -o nounset
set -o xtrace
set -o pipefail

log_messages=$(git log origin/master...HEAD --format=%s)
log_messages=$(git log -1 --format=%s)
major_re=\\bMAJOR\\b
minor_re=\\bMINOR\\b

Expand Down

0 comments on commit 5144eff

Please sign in to comment.