-
-
Notifications
You must be signed in to change notification settings - Fork 37
Releasing
Marc Philipp edited this page Jul 30, 2017
·
9 revisions
- Change
version
ingradle.properties
to the version about to be released - Change artifact versions in README.MD
- Commit with message "Release ${VERSION}"
- Execute
./gradlew clean uploadArchives
- Close staging repo on Nexus
- Release staging repo on Nexus
- Tag current commit
- Execute
./gradlew -PreleaseBranch=r1.0.0-M2 -PreplaceCurrentDocs clean publishGhPages
- Change version in
gradle.properties
to new development version - Push to GitHub