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
. Announce release preparations to mailing list (https://groups.google.com/forum/#!forum/spring-data-dev)
22
-
. 🚥 Continue with `Build and publish the release`
22
+
. Create release tag, verify the release can be built, and publish tags (CLI: `$ prepare-it $trainIteration`)
23
+
. 🚥 Continue with `Build and distribute the release`
23
24
24
25
[[build]]
25
-
=== 🌿 Build and publish the release
26
+
=== 🌿 Build and distribute the release
26
27
27
28
[%header,cols="1,1"]
28
29
|===
@@ -56,27 +57,12 @@ A job should have started. Click on the active job, and then click on *Open Blue
56
57
57
58
|===
58
59
59
-
After preparing and building (approx. 20 minutes), the Jenkins pipeline will pause, indicating it's time to smoke test the staged release, and put up a prompt: *Proceed* or *Abort*.
60
-
61
-
🚨 If you click on *Proceed*, then it will continue on to the `release conclude`/`github push`/`release distribute` phase.
62
-
63
60
* For a Maven central release, go to https://s01.oss.sonatype.org/ and login.
64
61
** After logging in, you will find a closed Spring Data Release repository.
65
62
** Click the repository and then choose "Release".
66
63
* For an artifactory release, the release will already have been staged and promoted, so there is nothing more to do.
67
64
* 🚥 Continue with `Post-release tasks`
68
65
69
-
*Background*
70
-
====
71
-
The first CI phase includes: `release prepare` and `release build` and may take twenty minutes or so.
72
-
73
-
* For a maven central release, you can visit https://s01.oss.sonatype.org/, login, and inspect the staged Spring Data Release. All the Spring Data modules will inside one repository.
74
-
* For a milestone/RC release, you can visit https://repo.spring.io/. All the Spring Data modules will be there, each module a separate "build".
75
-
76
-
At this point in time, we don't have official Spring Data Release smoke testing configured, so you can simply click *Proceed* if there were no issues. +
77
-
For milestone/RC releases, Spring Data Release tools automatically promotes them in Artifactory, so if you have to delete a build, you'll ALSO have to go and delete each module individually.
78
-
====
79
-
80
66
[[post-release]]
81
67
=== 🍀 Post-Release tasks
82
68
@@ -149,13 +135,14 @@ See `application-local.template` for details.
149
135
150
136
|All release tickets are present |`$ tracker releasetickets $trainIteration`
0 commit comments