File tree 2 files changed +3
-3
lines changed 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
14
14
fi
15
15
16
16
if [ -z " $GIT_USER_NAME " ]; then
17
- GIT_USER_NAME=" micronaut -build"
17
+ GIT_USER_NAME=" grails -build"
18
18
fi
19
19
20
20
echo -n " Determining release version: "
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ if [ -n "$MICRONAUT_BUILD_EMAIL" ]; then
10
10
fi
11
11
12
12
if [ -z " $GIT_USER_NAME " ]; then
13
- GIT_USER_NAME=" micronaut -build"
13
+ GIT_USER_NAME=" grails -build"
14
14
fi
15
15
16
16
echo " Configuring git"
@@ -33,7 +33,7 @@ cat gradle.properties
33
33
echo " Pushing release version and recreating v${release_version} tag"
34
34
git add gradle.properties
35
35
git 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} "
37
37
git push origin :refs/tags/v${release_version}
38
38
git tag -fa v${release_version} -m " Release v${release_version} "
39
39
git push origin v${release_version}
You can’t perform that action at this time.
0 commit comments