Skip to content

Commit 5f582c3

Browse files
committed
Added more notes about releasing a new version
1 parent 4e5dd97 commit 5f582c3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,17 @@ $ grunt run:docs
8080
## Releasing New Version
8181

8282
* Bump version numbers in both `package.json` and `bower.json`.
83+
* Bump version across all docs under `docs/`
84+
* Put together [CHANGELOG](https://github.com/getsentry/raven-js/blob/master/CHANGELOG.md)
8385
* `$ grunt dist` This will compile a new version and update it in the `dist/` folder.
8486
* Confirm that build was fine, etc.
8587
* Commit new version, create a tag. Push to GitHub.
8688
* `$ grunt publish` to recompile all plugins and all permutations and upload to S3.
8789
* `$ npm publish` to push to npm.
8890
* Confirm that the new version exists behind `cdn.ravenjs.com`
89-
* Update version in the `gh-pages` branch specifically for http://ravenjs.com/.
91+
* Bump version in the `gh-pages` branch specifically for http://ravenjs.com/.
92+
* Bump marketing pages on getsentry.com, e.g. https://getsentry.com/for/javascript/
93+
* Bump getsentry.com `<script>` tag of raven.js
94+
* Bump `package.json` in Sentry repo https://github.com/getsentry/sentry/blob/master/package.json
95+
* Bump version for Segment integration since they don't: https://github.com/segment-integrations/analytics.js-integration-sentry
9096
* glhf

0 commit comments

Comments
 (0)