Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkav committed Jul 1, 2024
1 parent 05357c5 commit c8406a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,11 @@ Read the full API documentation, please review the [API Docs](https://github.com
## Releasing

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

```sh
npm version patch
git push origin tag <tag_name>
```

### Software Bill of materials
Expand Down

0 comments on commit c8406a7

Please sign in to comment.