We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c2b90f commit 626f866Copy full SHA for 626f866
travis-build.sh
@@ -81,8 +81,14 @@ if [[ $TRAVIS_PULL_REQUEST == 'false' && $EXIT_STATUS -eq 0
81
# Tag the Profile Repo
82
git clone https://${GH_TOKEN}@github.com/grails/grails-profile-repository.git
83
cd grails-profile-repository
84
+
85
git branch --track 3.1.x remotes/origin/3.1.x
86
git checkout 3.1.x
87
88
+ echo "grails.version=${TRAVIS_TAG:1}" > profiles/gradle.properties
89
+ git add profiles/gradle.properties
90
+ git commit -m "Release $TRAVIS_TAG profiles"
91
92
git tag $TRAVIS_TAG
93
git push --tags
94
git push
0 commit comments