We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56998fd commit 6ce861fCopy full SHA for 6ce861f
CONTRIBUTING.md
@@ -4,6 +4,8 @@
4
* [ ] Consider whether any changes warrant additions to these tests
5
* [ ] Stop and think "What version number should this be according to SemVer?"
6
* [ ] Add an entry to the [History](https://github.com/getsentry/raven-node/blob/master/History.md) file.
7
-* [ ] Bump version number in `package.json` using `npm version [patch|minor|major] -m 'release: %s'`.
+* [ ] Bump version number in `package.json`
8
+* [ ] Commit changes `git commit -am "<version>"`
9
+* [ ] Create a tag `git tag -a <version> -m "<version>"`
10
* [ ] Push to GitHub (`git push origin master --follow-tags`).
11
* [ ] Once CI builds pass, `sentry-probot` will publish a release on npm and GitHub.
0 commit comments