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.
2 parents f6405d1 + 3caec2a commit 6e5961fCopy full SHA for 6e5961f
MAINTAINING.md
@@ -0,0 +1,12 @@
1
+The maintainers file is instructions for maintainers on operating the project.
2
+Especially useful for things that don't need to be done often!
3
+
4
+## Releasing a package version
5
6
+1. Update `package.json` with the new version number, and merge this change to the main branch.
7
8
+2. Tag the main branch with the new version `git tag -a v0.1.0 -m "Release version 0.1.0"`.
9
10
+3. Push the tag to the repo: `git push origin v0.1.0`.
11
12
+4. Publish to npm: `npm publish`.
0 commit comments