ci: make changelog generation consider the latest tag
This commit is contained in:
parent
3922f83e18
commit
b7e607ea6f
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
|||
"format": "prettier --write \"./**/*.(ts|js|json|scss)\"",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"postinstall": "husky install",
|
||||
"changelog": "conventional-changelog -n changelog.config.js -o CHANGELOG.md"
|
||||
"changelog": "conventional-changelog -n changelog.config.js -o CHANGELOG.md -r 2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "13.1.0",
|
||||
|
|
Loading…
Reference in a new issue