File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ if [ -z "$GIT_USER_EMAIL" ]; then
1414fi
1515
1616if [ -z " $GIT_USER_NAME " ]; then
17- GIT_USER_NAME=" micronaut -build"
17+ GIT_USER_NAME=" grails -build"
1818fi
1919
2020echo -n " Determining release version: "
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ if [ -n "$MICRONAUT_BUILD_EMAIL" ]; then
1010fi
1111
1212if [ -z " $GIT_USER_NAME " ]; then
13- GIT_USER_NAME=" micronaut -build"
13+ GIT_USER_NAME=" grails -build"
1414fi
1515
1616echo " Configuring git"
@@ -33,7 +33,7 @@ cat gradle.properties
3333echo " Pushing release version and recreating v${release_version} tag"
3434git add gradle.properties
3535git add grails-core/src/test/groovy/grails/util/GrailsUtilTests.java
36- git commit -m " Release v${release_version} "
36+ git commit -m " [skip ci] Release v${release_version} "
3737git push origin :refs/tags/v${release_version}
3838git tag -fa v${release_version} -m " Release v${release_version} "
3939git push origin v${release_version}
You can’t perform that action at this time.
0 commit comments