Skip to content

Commit cdc8284

Browse files
committed
[CONTRIBUTING] Fill in details for release docs and upload
* Add artifacts for the manual installation method * De-dup the documentation instructions
1 parent 13de132 commit cdc8284

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@ Create a [Bintray](https://bintray.com) account:
6565
* `./gradlew -Preleasing=true clean release`
6666
- enter the release version (e.g. `1.2.0`)
6767
- accept the default development version
68-
1. Create a release in GitHub
68+
1. Create a release in GitHub, attaching the changelog entry and build artifacts
6969
1. Upload the archives to Sonatype Nexus and Bintray:
7070
* `./gradlew -Preleasing=true uploadArchives bintrayUpload`
7171
1. "Promote" the build on Maven Central:
7272
* `./gradlew -Preleasing=true closeAndReleaseRepository`
73-
1. For a major version change, update the version numbers in the integration instructions in the website.
74-
1. Update docs.bugsnag.com with any new content, and bump major version
75-
numbers in installation instructions if changed. Update the version numbers of
76-
the dependent libraries in the manual integration guide.
77-
73+
1. Update the documentation (integration guide, quick start):
74+
* Update the version numbers of the dependencies listed in the manual
75+
integration guide.
76+
* For a major version change, update the version numbers in the integration
77+
instructions on docs.bugsnag.com and the quick start guides on the website.

0 commit comments

Comments
 (0)