Skip to content

Commit 80f8a6c

Browse files
committed
update README.md
1 parent 75821de commit 80f8a6c

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -147,18 +147,15 @@ Use the maven site plugin (`mvn site`) to generate the following reports:
147147
This is the release procedure:
148148
* Create a branch named release-v0.XX.X
149149
* Update ReleaseNotes.md.
150-
* If necessary: Set the release version in maven:
151-
```bash
152-
mvn versions:set -DnewVersion=<version>-SNAPSHOT
153-
mvn versions:commit
154-
```
150+
* If necessary: Set the release version in maven using [this Action](https://github.com/siom79/japicmp/actions/workflows/mvn-set-version.yml) on the release branch
155151
* Increment version in README.md / Site-Report by running [this Action](https://github.com/siom79/japicmp/actions/workflows/increment-version.yml) on the release branch
156152
* Run release [Action](https://github.com/siom79/japicmp/actions/workflows/release.yml)
157153
* Login to [Central repository](https://central.sonatype.com/publishing)
158154
* Download released artifact from staging repository.
159155
* Close and release staging repository if sanity checks are successful.
160156
* Update maven site report with [Action](https://github.com/siom79/japicmp/actions/workflows/mvn-site.yml)
161157
* Run Github Release [Action](https://github.com/siom79/japicmp/actions/workflows/gh-release.yml)
158+
* Merge release branch into master
162159

163160
If the release fails, the version must be reverted and the tag created during the release has to be deleted:
164161
```bash

0 commit comments

Comments
 (0)