@@ -110,18 +110,18 @@ $ grunt run:docs
110
110
_ This is a checklist for core contributors when releasing a new version._
111
111
112
112
* [ ] Verify TypeScript [ language definition file] ( https://github.com/getsentry/raven-js/blob/master/typescript/raven.d.ts ) is up to date
113
- * [ ] Bump version numbers in both ` package.json ` and ` bower .json` .
114
- * [ ] Bump version across all docs under ` docs/ `
113
+ * [ ] Bump version numbers in ` package.json ` , ` bower.json ` , and ` docs/sentry-doc-config .json` .
114
+ * [ ] Bump version numbers in ` src/raven.js ` , and ` test/raven.test.js ` .
115
115
* [ ] Put together [ CHANGELOG] ( https://github.com/getsentry/raven-js/blob/master/CHANGELOG.md )
116
116
* [ ] ` $ grunt dist ` This will compile a new version and update it in the ` dist/ ` folder.
117
117
* [ ] Confirm that build was fine, etc.
118
118
* [ ] Commit new version, create a tag. Push to GitHub.
119
119
* [ ] Copy CHANGELOG entry into a new GH Release: https://github.com/getsentry/raven-js/releases
120
120
* [ ] ` $ grunt publish ` to recompile all plugins and all permutations and upload to S3.
121
121
* [ ] ` $ npm publish ` to push to npm.
122
+ * [ ] Deploy [ docs] ( https://github.com/getsentry/sentry-docs ) so that docs, code examples display the latest version change.
122
123
* [ ] Confirm that the new version exists behind ` cdn.ravenjs.com `
123
124
* [ ] Bump version in the ` gh-pages ` branch specifically for http://ravenjs.com/ .
124
- * [ ] Bump marketing pages on sentry.io, e.g. https://sentry.io/for/javascript/
125
125
* [ ] Bump sentry.io ` <script> ` tag of raven.js
126
126
* [ ] Bump ` package.json ` in Sentry repo https://github.com/getsentry/sentry/blob/master/package.json
127
127
* [ ] Bump version for Segment integration since they don't: https://github.com/segment-integrations/analytics.js-integration-sentry
0 commit comments