diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cb33552792..a67f857519 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -233,7 +233,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 uploadArchives bintrayUpload` +- [ ] Release to GitHub, Maven Central, and Bintray by running `git tag vX.X.X && git push origin --tags && ./gradlew assembleRelease publishSDKPublicationToMavenRepository publishNDKPublicationToMavenRepository` - [ ] "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” diff --git a/build.gradle b/build.gradle index 94cc04cca3..141730e42b 100644 --- a/build.gradle +++ b/build.gradle @@ -9,7 +9,7 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:3.1.4' classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0' - classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.0' + classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4' classpath 'org.kt3k.gradle.plugin:coveralls-gradle-plugin:2.8.2' classpath 'com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.3' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"