mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-28 09:20:52 +01:00
Update release-process.md
Update changelog for plugins
This commit is contained in:
@@ -116,9 +116,27 @@ Check if all plugin dependencies are proper versions and not SNAPSHOT!
|
||||
|
||||
Wait for Jenkins to be green.
|
||||
|
||||
## Modify Changelog
|
||||
## Update Changelog
|
||||
|
||||
Change "Unreleased" header in `CHANGELOG.md` to `<version> - <current date>`
|
||||
The changelog must be updated to reflect the changes for the new release.
|
||||
All unreleased changes are stored in the `gradle/changelog` directory.
|
||||
The changelog can be updated with the `updateChangelog` gradle task.
|
||||
|
||||
```bash
|
||||
./gradlew :updateChangelog --release=<version>
|
||||
```
|
||||
|
||||
Now we should manually check if the changelog looks good.
|
||||
|
||||
```bash
|
||||
git diff CHANGELOG.md
|
||||
```
|
||||
|
||||
If everything looks fine, we can remove the changelog directory.
|
||||
|
||||
```bash
|
||||
rm -rf gradle/changelog
|
||||
```
|
||||
|
||||
## Create, commit and push release branch
|
||||
|
||||
|
||||
Reference in New Issue
Block a user