Skip to content

Commit 6c36629

Browse files
Added docs for publishing new version
1 parent 03a75e6 commit 6c36629

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/PUBLISH.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# How to publish a new version?
2+
3+
1. Run tests (if there are any)
4+
2. Update `version` in `package.json` according to Semver
5+
3. Create a git tag according to Semver
6+
4. Push the package to Github
7+
5. Push the package to npm `npm publish`
8+
6. Create release notes for every update
9+
10+
Source: [How to publish packages to npm (the way the industry does things)](https://zellwk.com/blog/publish-to-npm/)

0 commit comments

Comments
 (0)