Skip to content

Commit 8642fc8

Browse files
committed
Docs: Added missing branch push step to the releasing instructions
1 parent d8ec87a commit 8642fc8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,10 @@ npm run dev
5353
### Releasing
5454

5555
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.
56+
2. Push the created commit by running `git push origin master`.
57+
3. Push the created tag by running `git push origin tag <tag name>`.
58+
4. Optionally add release notes to the created GitHub draft release.
59+
5. Publish the GitHub draft release.
5960

6061
### Submitting
6162

0 commit comments

Comments
 (0)