Skip to content

Commit c8406a7

Browse files
committed
docs
1 parent 05357c5 commit c8406a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,11 @@ Read the full API documentation, please review the [API Docs](https://github.com
8181
## Releasing
8282

8383
Run the following command and push the newly created commit into your PR.
84-
This will trigger the release action upon merging the PR.
84+
This will bump commit and tag, you will need to push this to the remote, which trigger the release action upon merging the PR.
8585

8686
```sh
8787
npm version patch
88+
git push origin tag <tag_name>
8889
```
8990

9091
### Software Bill of materials

0 commit comments

Comments
 (0)