ci: make changelog generation consider the latest tag

This commit is contained in:
Johannes Loher 2021-09-14 19:11:18 +02:00
parent 3922f83e18
commit b7e607ea6f

View file

@ -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",