-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: use global cz-conventional-changelog
- Loading branch information
Showing
3 changed files
with
19 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,18 @@ | ||
## scratch-sb1-converter | ||
# scratch-sb1-converter | ||
|
||
## Committing | ||
|
||
This project uses [semantic release](https://github.com/semantic-release/semantic-release) to ensure version bumps | ||
follow semver so that projects depending on it don't break unexpectedly. | ||
|
||
In order to automatically determine version updates, semantic release expects commit messages to follow the | ||
[conventional-changelog](https://github.com/bcoe/conventional-changelog-standard/blob/master/convention.md) | ||
specification. | ||
|
||
You can use the [commitizen CLI](https://github.com/commitizen/cz-cli) to make commits formatted in this way: | ||
|
||
```bash | ||
npm install -g commitizen@latest cz-conventional-changelog@latest | ||
``` | ||
|
||
Now you're ready to make commits using `git cz`. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters