File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments