Skip to content

Commit c3f8de4

Browse files
authored
Merge pull request #15218 from apache/post-7.0.2-release
[skip ci] post 7.0.2 release adjustments
2 parents 35102c5 + 9154c0c commit c3f8de4

File tree

3 files changed

+13
-15
lines changed

3 files changed

+13
-15
lines changed

RELEASE.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -291,24 +291,22 @@ release as published or go to https://reporter.apache.org/addrelease.html?grails
291291
For example, if the release is out of core with version `7.0.0-M4`, then the release name with be `CORE-7.0.0-M4`. Enter
292292
the date you moved the distribution artifacts and report the release.
293293

294-
### Deploy grails-forge so the release is accessible on start.grails.org
294+
### Deploy the release to Grails Forge
295295

296-
On the `grails-core` repository, using the release tag, deploy the grails-forge-web-netty docker container to Google Cloud Run using one of the GCP Deploy actions.
296+
Publish the released version to [Grails Forge](https://start.grails.org) using one of the [GCP Deploy Actions](https://github.com/apache/grails-core/actions) available in the `grails-core` repository.
297297

298-
On https://start.grails.org, versions are listed in the following order: RELEASE, NEXT, SNAPSHOT, PREV and PREV-SNAPSHOT. Use the corresponding action to deploy to each location.
298+
Grails Forge organizes deployments into version slots as follows:
299299

300-
RELEASE - GA releases only
300+
- **RELEASE** - GA releases only
301+
- **NEXT** - Milestones and Release Candidate
302+
- **SNAPSHOT** - current or next version snapshot
303+
- **PREV** - previous release version
304+
- **PREV-SNAPSHOT** - previous version snapshot
301305

302-
NEXT - Milestones and Release Candidate
306+
Use the action whose name matches the slot you want to deploy to.\
307+
In the **“Run workflow/Use workflow from”** dropdown, choose the release tag you just created.
303308

304-
SNAPSHOT - current or next version snapshot
305-
306-
PREV - previous release version
307-
308-
PREV-SNAPSHOT - previous version snapshot
309-
310-
The `release` job in the `Release` workflow has a step entitled `🚀 Deploy grails-forge - MANUAL` that will remind you of
311-
this step.
309+
(The `release` job in the `Release` workflow includes a step titled `🚀 MANUAL - Deploy Grails Forge` that serves as a reminder to perform the deployment described above.)
312310

313311
### Publish `grails-core` documentation
314312

etc/bin/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
FROM bellsoft/liberica-openjdk-debian:17.0.17
2020

2121
USER root
22-
RUN apt-get update && apt-get install -y curl unzip coreutils libdigest-sha-perl gpg vim sudo psmisc locales groovy rsync
22+
RUN apt-get update && apt-get install -y curl unzip coreutils libdigest-sha-perl gpg vim sudo psmisc locales groovy rsync nano
2323

2424
RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \
2525
dpkg-reconfigure --frontend=noninteractive locales && \

etc/bin/verify.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ echo "☑️ 3. Verify running the wrapper forge-created app: cd ${DOWNLOAD_LO
120120
echo "☑️ 4. Verify running the cli shell-created app: cd ${DOWNLOAD_LOCATION}/apache-grails-${VERSION}-bin/bin/ShellApp && ./gradlew bootRun --init-script ${DOWNLOAD_LOCATION}/use-staging-repo.gradle"
121121
echo "☑️ 5. Verify running the cli forge-created app: cd ${DOWNLOAD_LOCATION}/apache-grails-${VERSION}-bin/bin/ForgeApp && ./gradlew bootRun --init-script ${DOWNLOAD_LOCATION}/use-staging-repo.gradle"
122122
echo "☑️ 6.1. Add the staging repository ('https://repository.apache.org/content/groups/staging') to the 'build.gradle' file in one of the apps above."
123-
echo "☑️ 6.2. Run 'grails help' inside that app directory."
123+
echo "☑️ 6.2. Run './grailsw help' inside that app directory."
124124
echo "☑️ 6.3. Verify that the scaffolding commands (e.g. 'generate-*') are listed."
125125
echo " This confirms that dynamic command resolution is working correctly."
126126

0 commit comments

Comments
 (0)