Skip to content

Commit

Permalink
readme correction
Browse files Browse the repository at this point in the history
  • Loading branch information
jaydonkrooss committed Aug 30, 2024
1 parent a7af30f commit c81342b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ Where `update_type` is either patch, minor, or major. The corresponding number i

Once the pull request is merged, the most recent commit on master should be tagged for release. Using the npm iterated package version, create an associated tag, for example:

```git tag -a vMAJOR.MINOR.PATCH```
```git tag vMAJOR.MINOR.PATCH```

Where `MAJOR`, `MINOR`, and `PATCH` are the corresponding numbers of the new npm version Then push the tags to the repository:

Expand Down

0 comments on commit c81342b

Please sign in to comment.