Skip to content

Commit

Permalink
Update maintainer notes
Browse files Browse the repository at this point in the history
  • Loading branch information
fstab committed Jun 15, 2022
1 parent 5e65821 commit 6ac453d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions MAINTAINER_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,14 @@ Use the [Versions Maven Plugin](https://www.mojohaus.org/versions-maven-plugin/i
```
./mvnw versions:use-latest-releases
```

## Release

```
./mvnw release:prepare -DreleaseVersion=0.16.0 -DdevelopmentVersion=0.16.1-SNAPSHOT
./mvnw release:perform -DreleaseVersion=0.16.0 -DdevelopmentVersion=0.16.1-SNAPSHOT
```

`release:prepare` does Github tags and commits, while `release:perform` signs the artifacts and uploads them to the staging repositoring on [https://oss.sonatype.org](https://oss.sonatype.org).

After that, manually verify the uploaded artifacts on [https://oss.sonatype.org/#stagingRepositories](https://oss.sonatype.org/#stagingRepositories), click `Close` to trigger Sonatype's verification, and then `Release`.

0 comments on commit 6ac453d

Please sign in to comment.