Skip to content

Commit 390edff

Browse files
committed
Update release instructions
1 parent e4ba155 commit 390edff

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CONTRIBUTING.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ before merge.
3838
Release process:
3939

4040
* Confirm that `master` passes CI tests
41-
* Bump version in `package.json`
42-
* Run `npm run changelog`
43-
* Add updated CHANGELOG.md to master
41+
* Run `npm run release` or in case it's a prerelease you'd run i.e. `npm run release -- --prerelease alpha`
42+
* It will automatically update teh version in package.json and make a git tag.
4443
* Push commits
4544
* npm publish

0 commit comments

Comments
 (0)