You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE.md
+11-13Lines changed: 11 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -291,24 +291,22 @@ release as published or go to https://reporter.apache.org/addrelease.html?grails
291
291
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
292
292
the date you moved the distribution artifacts and report the release.
293
293
294
-
### Deploy grails-forge so the release is accessible on start.grails.org
294
+
### Deploy the release to Grails Forge
295
295
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.
297
297
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:
299
299
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
301
305
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.
303
308
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.)
0 commit comments