From 298e76135cadb596f3ef0ac7503efab66c38dab6 Mon Sep 17 00:00:00 2001 From: Filip Hanik Date: Tue, 1 Oct 2019 08:49:53 -0700 Subject: [PATCH] Update with Github release notes content --- Release-Process.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Release-Process.md b/Release-Process.md index 06d3514..a7dfa19 100644 --- a/Release-Process.md +++ b/Release-Process.md @@ -76,6 +76,16 @@ git push origin 5.2.0.RC1 - In [GitHub Milestones](https://github.com/spring-projects/spring-security/milestones), create a new milestone for the next release version and move any open issues from the existing milestone you just released to the new milestone and then close the milestone for the release. +- Update the Github Release notes with [auto generated content](https://github.com/spring-io/github-release-notes-generator) + - Download the release note generator - https://github.com/spring-io/github-release-notes-generator + - Run the command + ``` + java -jar /path/to/github-release-notes-generator.jar \\ + --releasenotes.github.organization=spring-projects \\ + --releasenotes.github.repository=spring-security \\ + + ``` + - Create the [release on Github](https://github.com/spring-projects/spring-security/releases) and associate it with the tag. #### 10. Announce the release on other channels