Skip to content

Commit 9fec327

Browse files
authored
Merge pull request #996 from getsentry/order-warning
warning in markdown
2 parents d5678cb + 2e8f3b3 commit 9fec327

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CONTRIBUTING.md

+1
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ _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
113113
* [ ] Bump version numbers in `package.json`, `bower.json`, and `docs/sentry-doc-config.json`.
114+
* ⚠ WARNING: once `docs/sentry-doc-config.json` is bumped on master, it can be pulled by a docs deploy at any time, so complete this process up to `grunt publish` and `npm publish` immediately to ensure docs don't reference a non-existent version link ⚠
114115
* [ ] Bump version numbers in `src/raven.js`, and `test/raven.test.js`.
115116
* [ ] Put together [CHANGELOG](https://github.com/getsentry/raven-js/blob/master/CHANGELOG.md)
116117
* [ ] `$ grunt dist` This will compile a new version and update it in the `dist/` folder.

0 commit comments

Comments
 (0)