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 03a75e6 commit 6c36629Copy full SHA for 6c36629
docs/PUBLISH.md
@@ -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