Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #52 from cloudalchemy/paulfantom-patch-1
Browse files Browse the repository at this point in the history
Update generatetag.sh
  • Loading branch information
paulfantom committed Jan 2, 2018
2 parents 6f7e116 + c7f5245 commit 1c59de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/generatetag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ git tag --points-at

git config --global user.email "paulfantom@gmail.com"
git config --global user.name "paulfantom"
GIT_TAG=$([[ "$TRAVIS_COMMIT_MESSAGE" =~ ("Merge pull request".*[feature].*) ]] && git semver --next-minor || git semver --next-patch )
GIT_TAG=$([[ "$TRAVIS_COMMIT_MESSAGE" =~ ("Merge pull request".*\[feature\].*) ]] && git semver --next-minor || git semver --next-patch )
echo $GIT_TAG
git tag $GIT_TAG -a -m "Generated tag from TravisCI for build $TRAVIS_BUILD_NUMBER"
GIT_URL=$(git config --get remote.origin.url)
Expand Down

0 comments on commit 1c59de6

Please sign in to comment.