mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-12 07:02:13 +00:00
Update with Github release notes content
parent
c31964853f
commit
298e76135c
@ -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 \\
|
||||
<milestone number> <output file>
|
||||
```
|
||||
- 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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user