chore: properly adapt changelog script

This commit is contained in:
iCrawl
2022-06-06 14:43:15 +02:00
parent f3f34f07b3
commit 3202c91c5a
5 changed files with 5 additions and 5 deletions

View File

@@ -10,7 +10,7 @@
"docs": "docgen --source ./src --custom ./docs/index.yml --root ../../ --output ./docs/docs.json",
"docs:test": "docgen --source ./src --custom ./docs/index.yml --root ../../",
"prepublishOnly": "yarn lint && yarn test",
"changelog": "git cliff --prepend ./CHANGELOG.md -l -c ./cliff.toml -r ../../ --include-path 'packages/discord.js/*'"
"changelog": "git cliff --prepend ./CHANGELOG.md -u -c ./cliff.toml -r ../../ --include-path 'packages/discord.js/*'"
},
"main": "./src/index.js",
"types": "./typings/index.d.ts",