We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8ec87a commit 8642fc8Copy full SHA for 8642fc8
README.md
@@ -53,9 +53,10 @@ npm run dev
53
### Releasing
54
55
1. Run `npm version <major/minor/patch>`.
56
-2. Push the created tag by running `git push origin tag <tag name>`.
57
-3. Optionally add release notes to the created GitHub draft release.
58
-4. Publish the GitHub draft release.
+2. Push the created commit by running `git push origin master`.
+3. Push the created tag by running `git push origin tag <tag name>`.
+4. Optionally add release notes to the created GitHub draft release.
59
+5. Publish the GitHub draft release.
60
61
### Submitting
62
0 commit comments