This repository has been archived by the owner on Mar 1, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update documentation, add BinTray release plug-in, document release
- Loading branch information
Showing
6 changed files
with
51 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Collaborator information | ||
|
||
## Release Process | ||
|
||
* Run a full build, which will include the key generation tests not run during continuous integration, via `./gradlew clean build` | ||
* Update the version number to remove the "-SNAPSHOT" designation. All version numbers should be a fully-qualified semantic version of form `<major>.<minor>.<micro>` | ||
* Change the header "Unreleased" in CHANGE_LOG.md to the target release number, and create a new "Unreleased" header above it | ||
* Commit the version number and CHANGE_LOG updates | ||
* Tag the git repository with the fully-qualified semantic version number | ||
* Upload artifacts to bintray via `./gradlew bintrayUpload -Dbintray_user=<username> -Dbintray_key=<API Key>` | ||
* Verify all artifacts were correctly uploaded - check that POM.xml scopes and version numbers are correct | ||
* Change version number to `<released version> + 1 micro` + `-SNAPSHOT` | ||
* Commit to git | ||
* Push changes and tag to GitHub | ||
* Publish artifacts on BinTray | ||
* Synchronize BinTray artifacts to Maven central | ||
* Verify artifacts are present on Maven central | ||
* Create a release on GitHub including all binary and source jars, as well as CLI capsule jar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters