We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4ba155 commit 390edffCopy full SHA for 390edff
CONTRIBUTING.md
@@ -38,8 +38,7 @@ before merge.
38
Release process:
39
40
* Confirm that `master` passes CI tests
41
-* Bump version in `package.json`
42
-* Run `npm run changelog`
43
-* Add updated CHANGELOG.md to master
+* Run `npm run release` or in case it's a prerelease you'd run i.e. `npm run release -- --prerelease alpha`
+ * It will automatically update teh version in package.json and make a git tag.
44
* Push commits
45
* npm publish
0 commit comments