Skip to content

Commit babea92

Browse files
committed
Merge branch '3.1.x' into 4.0.x
# Conflicts: # .github/workflows/release.yml
2 parents f3b6bd5 + 0f67cff commit babea92

File tree

4 files changed

+14
-15
lines changed

4 files changed

+14
-15
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
WORKSPACE: ${{ github.workspace }}
1919
GRADLE_OPTS: -Xmx1500m -Dfile.encoding=UTF-8
2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v4
2222
- uses: actions/cache@v2
2323
with:
2424
path: ~/.gradle/caches

.github/workflows/release-notes.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
# If it has release drafter:
2222
- uses: release-drafter/[email protected]
2323
if: steps.check_release_drafter.outputs.has_release_drafter == 'true'
24-
env:
25-
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
24+
# env:
25+
# GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
2626
with:
2727
prerelease: false
2828
commitish: main
@@ -33,8 +33,8 @@ jobs:
3333
- uses: micronaut-projects/github-actions/release-notes@master
3434
if: steps.check_release_drafter.outputs.has_release_drafter == 'false'
3535
id: release_notes
36-
with:
37-
token: ${{ secrets.GH_TOKEN }}
36+
# with:
37+
# token: ${{ secrets.GH_TOKEN }}
3838
- uses: ncipollo/release-action@v1
3939
if: steps.check_release_drafter.outputs.has_release_drafter == 'false' && steps.release_notes.outputs.generated_changelog == 'true'
4040
with:

.github/workflows/release.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ jobs:
1313
GIT_USER_EMAIL: '[email protected]'
1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v2
17-
with:
18-
token: ${{ secrets.GH_TOKEN }}
16+
uses: actions/checkout@v4
1917
- uses: gradle/wrapper-validation-action@v1
2018
- name: Set up JDK
2119
uses: actions/setup-java@v1
@@ -42,8 +40,8 @@ jobs:
4240
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
4341
GRADLE_ENTERPRISE_BUILD_CACHE_NODE_USER: ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_USER }}
4442
GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY: ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY }}
45-
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USER_TOKEN_NAME }}
46-
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_USER_TOKEN_PASSWORD }}
43+
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
44+
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
4745
SONATYPE_NEXUS_URL: ${{ secrets.SONATYPE_NEXUS_URL }}
4846
SONATYPE_STAGING_PROFILE_ID: ${{ secrets.SONATYPE_STAGING_PROFILE_ID }}
4947
SIGNING_KEY: ${{ secrets.SIGNING_KEY }}

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66
Versions
77
---
88

9-
| Grails | Wrapper |
10-
|------------------------|---------------------------------------------------------------|
11-
| 5.0.0 - 5.3.3 | [3.0.0.M1](https://github.com/grails/grails-wrapper/releases) |
12-
| 5.3.4 - 5.3.X | [3.1.0](https://github.com/grails/grails-wrapper/releases) |
13-
| 6.0.0+ | [4.0.0](https://github.com/grails/grails-wrapper/releases) |
9+
| Grails | Wrapper |
10+
|---------------|---------------------------------------------------------------|
11+
| 5.0.0 - 5.3.3 | [3.0.0.M1](https://github.com/grails/grails-wrapper/releases) |
12+
| 5.3.4 - 5.3.X | [3.1.0](https://github.com/grails/grails-wrapper/releases) |
13+
| 6.x.x | [4.0.0](https://github.com/grails/grails-wrapper/releases) |
14+
| 7.x.x | [5.0.0](https://github.com/grails/grails-wrapper/releases) |
1415

0 commit comments

Comments
 (0)