Compare commits
1 commit
master
...
acalcutt-p
Author | SHA1 | Date | |
---|---|---|---|
![]() |
097d6a0f12 |
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
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:
|
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.
|
3.) Commit and push the changes.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue