Update PUBLISHING.md

This commit is contained in:
Andrew Calcutt 2025-01-10 19:10:58 -05:00 committed by GitHub
parent 52549e5c3c
commit 097d6a0f12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.