File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -80,11 +80,17 @@ $ grunt run:docs
80
80
## Releasing New Version
81
81
82
82
* 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 )
83
85
* ` $ grunt dist ` This will compile a new version and update it in the ` dist/ ` folder.
84
86
* Confirm that build was fine, etc.
85
87
* Commit new version, create a tag. Push to GitHub.
86
88
* ` $ grunt publish ` to recompile all plugins and all permutations and upload to S3.
87
89
* ` $ npm publish ` to push to npm.
88
90
* 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
90
96
* glhf
You can’t perform that action at this time.
0 commit comments