mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2026-04-06 09:36:53 +00:00
docs: add changelog and script to generate it
This commit is contained in:
parent
33f8aa30dd
commit
d92577a12c
2 changed files with 670 additions and 3 deletions
|
|
@ -4,7 +4,8 @@
|
|||
"description": "commitlint github action",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
@ -28,6 +29,7 @@
|
|||
"conventional-changelog-lint-config-canonical": "1.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"conventional-changelog-cli": "2.0.23",
|
||||
"husky": "3.0.7",
|
||||
"prettier": "1.18.2",
|
||||
"pretty-quick": "1.11.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue