Skip to content

Commit 6ce861f

Browse files
committed
misc: Updated CONTRIBUTING.md with correct deploy steps
1 parent 56998fd commit 6ce861f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
* [ ] Consider whether any changes warrant additions to these tests
55
* [ ] Stop and think "What version number should this be according to SemVer?"
66
* [ ] 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'`.
7+
* [ ] Bump version number in `package.json`
8+
* [ ] Commit changes `git commit -am "<version>"`
9+
* [ ] Create a tag `git tag -a <version> -m "<version>"`
810
* [ ] Push to GitHub (`git push origin master --follow-tags`).
911
* [ ] Once CI builds pass, `sentry-probot` will publish a release on npm and GitHub.

0 commit comments

Comments
 (0)