Skip to content

Commit

Permalink
build: avoid upload errors when making release
Browse files Browse the repository at this point in the history
  • Loading branch information
fractalwrench committed May 7, 2019
1 parent 9c34ccc commit 3b07cb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ If you are a project maintainer, you can build and release a new version of
- Merge any remaining PRs to master, ensuring the commit message matches the release tag (e.g. v4.0.0)
- [ ] Update the version number and dex count badge by running `make VERSION=[number] bump`
- [ ] Inspected the updated CHANGELOG, README, and version files to ensure they are correct
- [ ] Release to GitHub, Maven Central, and Bintray by running `git tag vX.X.X && git push origin --tags && ./gradlew assembleRelease publish bintrayUpload`
- [ ] Release to GitHub, Maven Central, and Bintray by running `git tag vX.X.X && git push origin --tags && ./gradlew ndk:assembleRelease sdk:assembleRelease publish bintrayUpload`
- [ ] "Promote" the release build on Maven Central
- Go to the [sonatype open source dashboard](https://oss.sonatype.org/index.html#stagingRepositories)
- Click the search box at the top right, and type “com.bugsnag”
Expand Down

0 comments on commit 3b07cb6

Please sign in to comment.