Skip to content

Commit

Permalink
Update PUBLISHING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
acalcutt authored Jan 11, 2025
1 parent 52549e5 commit 3abbb39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PUBLISHING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ You can use prerelease to bump the version for a new pre-release version. E.g. y
For regular versions, you can use patch, minor, or major. E.g. npm version major --no-git-tag-version.

2.) Update the changelog, which can be found in CHANGELOG.md. The heading must match ## <VERSION> exactly, or it will not be picked up. For example, for version 5.0.0:
## 5.0.0
```## 5.0.0```

3.) Commit and push the changes.

Expand Down

0 comments on commit 3abbb39

Please sign in to comment.