Skip to content

Commit

Permalink
Release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
loopj committed Dec 21, 2014
1 parent fb5ddba commit 42eeb21
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ Releasing a New Version
If you are a project maintainer, you can build and release a new version of
`bugsnag-android` as follows:

### 1. Update and tag version
### 1. Prepare for release

- Update the `CHANGELOG` and `README.md` with any new features

- Update the version numbers in `gradle.properties` and `src/main/java/com/bugsnag/android/Notifier.java`

Expand Down Expand Up @@ -93,7 +95,7 @@ If you are a project maintainer, you can build and release a new version of
./gradlew clean :uploadArchives
```

- Promote the release build
- "Promote" the release build on Maven Central

- Go to the [sonatype open source dashboard](https://oss.sonatype.org/index.html#stagingRepositories)
- Click “Staging Repositories”
Expand Down

0 comments on commit 42eeb21

Please sign in to comment.