Skip to content

Commit

Permalink
Add instructions to CONTRIBUTING.md about uploading a new release to …
Browse files Browse the repository at this point in the history
…Maven.
  • Loading branch information
chimbori committed Apr 4, 2019
1 parent f37ade7 commit b502051
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,12 @@ and that braces are required around single-line clauses, e.g.:
new code, so that existing tests continue to pass.
1. Changes should be self-contained, as far as possible. When implementing multiple independent
improvements, each one should be in its own pull request.

# Notes for Maintainers

## Pushing a new release to Maven

1. Change version number in `build.gradle`.
2. Run `./gradlew uploadArchives`.
3. Go to https://oss.sonatype.org/#stagingRepositories
4. Select the comchimboricrux-xxxx repo, then click on “Close” from the toolbar.

0 comments on commit b502051

Please sign in to comment.