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
+9-4Lines changed: 9 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,12 +45,17 @@ During the staging step, we must create a source distribution & stage any binary
45
45
3. Create a matching release in `grails-forge`:
46
46
* Follow the same steps to create a release in grails-forge. Update any release notes specific to the delegating cli & grails forge.
47
47
4. (grails-forge)
48
-
* The Github workflow 'release.yml' will kick off, which will run the `publish` job steps. This job will perform the similar steps as above, but will perform these additional steps:
48
+
* The Github workflow 'release.yml' will kick off, which will run the `publish` job steps. This job will perform the similar steps as above
49
+
5. Kick off the `Distribution` workflow in `grails-core`, which will:
49
50
* download the tagged grails source
50
-
* generate a source distribution for apache
51
+
* download the tagged grails-forge source
52
+
* generate a source distribution meeting the ASF requirements
53
+
* upload the source distribution to the Github release `grails-core` release
51
54
* upload the source distribution to https://dist.apache.org/repos/dist/dev/grails/VERSION/sources
52
-
* upload the binary CLIs that will be uploaded to sdkman to https://dist.apache.org/repos/dist/dev/grails/VERSION/distribution
53
-
* upload the binary CLIs to the GitHub forge-release
55
+
6. Kick off the `Distribution` workflow in `grails-forge`, which will:
56
+
* create a binary distribution of the grails CLIs
57
+
* upload the binary distribution to the Github release `grails-forge` release
58
+
* upload the binary distribution that will be uploaded to sdkman to https://dist.apache.org/repos/dist/dev/grails/VERSION/distribution
54
59
55
60
Once `grails-forge` & `grails-core` are published the end source & binary distributions should be staged.
0 commit comments