Skip to content

Commit

Permalink
chore: use global cz-conventional-changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cwillisf committed Dec 15, 2023
1 parent 901ec69 commit e14d225
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 99 deletions.
19 changes: 18 additions & 1 deletion README.md
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`.
96 changes: 0 additions & 96 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"@commitlint/travis-cli": "7.2.1",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.4",
"cz-conventional-changelog": "^2.1.0",
"docdash": "^1.0.0",
"eslint": "^5.3.0",
"eslint-config-scratch": "5.1.0",
Expand All @@ -62,7 +61,7 @@
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
"path": "cz-conventional-changelog"
}
},
"release": {
Expand Down

0 comments on commit e14d225

Please sign in to comment.