Skip to content

Commit b21d351

Browse files
authored
Update CONTRIBUTING.md
1 parent d84f21c commit b21d351

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,18 +110,18 @@ $ grunt run:docs
110110
_This is a checklist for core contributors when releasing a new version._
111111

112112
* [ ] 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`.
115115
* [ ] Put together [CHANGELOG](https://github.com/getsentry/raven-js/blob/master/CHANGELOG.md)
116116
* [ ] `$ grunt dist` This will compile a new version and update it in the `dist/` folder.
117117
* [ ] Confirm that build was fine, etc.
118118
* [ ] Commit new version, create a tag. Push to GitHub.
119119
* [ ] Copy CHANGELOG entry into a new GH Release: https://github.com/getsentry/raven-js/releases
120120
* [ ] `$ grunt publish` to recompile all plugins and all permutations and upload to S3.
121121
* [ ] `$ 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.
122123
* [ ] Confirm that the new version exists behind `cdn.ravenjs.com`
123124
* [ ] 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/
125125
* [ ] Bump sentry.io `<script>` tag of raven.js
126126
* [ ] Bump `package.json` in Sentry repo https://github.com/getsentry/sentry/blob/master/package.json
127127
* [ ] Bump version for Segment integration since they don't: https://github.com/segment-integrations/analytics.js-integration-sentry

0 commit comments

Comments
 (0)