Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.03 KB

CONTRIBUTING.md

File metadata and controls

23 lines (15 loc) · 1.03 KB

Contributing

For people contributing to this project.

Publishing

xrpc is published to jCenter via Bintray.

Publishing Steps

xrpc uses travis-ci and gradle-release for publishing jars to Bintray.

In order to make a release, you must have write permissions to the master branch of the xrpc repository in Github. The release process will automatically push commits & the release tag to the repository.

To publish:

  1. Ensure that you have a github.com/Nordstrom/xrpc remote in your git repository named upstream.
  2. Check out a branch called master, synced to upstream/master.
  3. (Optional) Update gradle.properties if you want this to be a non-patch release.
  4. Run ./gradlew release. Watch the output closely for prompts, and follow instructions.
  5. Edit the release notes for the tag, and mark it as released.