Skip to content

Commit

Permalink
GH-2241 - Polish release docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Oct 18, 2024
1 parent afb1c6f commit 2829210
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions etc/release.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,22 @@ $ git push --force-with-lease
+
This will kick of the CI workflows that fully publish the releases to the corresponding repositories.
GA and service releases got to Maven Central, preview releases go to the Spring Artifactory.
. Push tags
+
[source, bash]
----
$ git push --tags
----
. Generate change log using https://github.com/spring-io/github-changelog-generator[Spring IO changelog generator]
+
[source, bash]
----
$ java -jar $pathToChangelogGenerator 1.2.3 changelog.txt
----
. Create a new release on GitHub for the tag just pushed and use contents from `changelog.txt` as release description.
. Close release ticket and release milestone.
. Add new milestone for upcoming version.
. Announce release in Google Chat channel.

== Updating dependency versions

Expand Down

0 comments on commit 2829210

Please sign in to comment.