-
Notifications
You must be signed in to change notification settings - Fork 172
Releasing a version
Oryan edited this page Apr 22, 2021
·
13 revisions
- (Optionally) set the release version in the pom file, it should end with
SNAPSHOT
- Update the version in the documentation files
- Go to
Actions > Release > Run Workflow
and run the workflow onmaster
- Create a new release on GitHub from the tag that was just created
- Sync the release from Bintray to Maven Central
- The above should cause the release to be synced to Maven Central automatically