From 3202c91c5ae31cc8147bdfdd334d7bcce0e3d38b Mon Sep 17 00:00:00 2001 From: iCrawl Date: Mon, 6 Jun 2022 14:43:15 +0200 Subject: [PATCH] chore: properly adapt changelog script --- packages/builders/package.json | 2 +- packages/collection/package.json | 2 +- packages/discord.js/package.json | 2 +- packages/rest/package.json | 2 +- packages/voice/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/builders/package.json b/packages/builders/package.json index 886e8ddb9..d3ab3e480 100644 --- a/packages/builders/package.json +++ b/packages/builders/package.json @@ -8,7 +8,7 @@ "format": "prettier --write . && eslint src __tests__ --ext mjs,js,ts --fix", "docs": "typedoc --json docs/typedoc-out.json src/index.ts && ts-docgen -i docs/typedoc-out.json -c docs/index.yml -o docs/docs.json", "prepublishOnly": "yarn build && yarn lint && yarn test", - "changelog": "git cliff --prepend ./CHANGELOG.md -l -c ./cliff.toml -r ../../ --include-path 'packages/builders/*'" + "changelog": "git cliff --prepend ./CHANGELOG.md -u -c ./cliff.toml -r ../../ --include-path 'packages/builders/*'" }, "main": "./dist/index.js", "module": "./dist/index.mjs", diff --git a/packages/collection/package.json b/packages/collection/package.json index 617d36162..b40bc9ebe 100644 --- a/packages/collection/package.json +++ b/packages/collection/package.json @@ -8,7 +8,7 @@ "format": "prettier --write . && eslint src __tests__ --ext mjs,js,ts --fix", "docs": "typedoc --json docs/typedoc-out.json src/index.ts && ts-docgen -i docs/typedoc-out.json -c docs/index.yml -o docs/docs.json", "prepublishOnly": "yarn build && yarn lint && yarn test", - "changelog": "git cliff --prepend ./CHANGELOG.md -l -c ./cliff.toml -r ../../ --include-path 'packages/collection/*'" + "changelog": "git cliff --prepend ./CHANGELOG.md -u -c ./cliff.toml -r ../../ --include-path 'packages/collection/*'" }, "main": "./dist/index.js", "module": "./dist/index.mjs", diff --git a/packages/discord.js/package.json b/packages/discord.js/package.json index 5af58e684..5453c8cce 100644 --- a/packages/discord.js/package.json +++ b/packages/discord.js/package.json @@ -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", diff --git a/packages/rest/package.json b/packages/rest/package.json index b8bd042e7..087ab8cea 100644 --- a/packages/rest/package.json +++ b/packages/rest/package.json @@ -8,7 +8,7 @@ "format": "prettier --write . && eslint src __tests__ --ext mjs,js,ts --fix", "docs": "typedoc --json docs/typedoc-out.json src/index.ts && ts-docgen -i docs/typedoc-out.json -c docs/index.yml -o docs/docs.json", "prepublishOnly": "yarn build && yarn lint && yarn test", - "changelog": "git cliff --prepend ./CHANGELOG.md -l -c ./cliff.toml -r ../../ --include-path 'packages/rest/*'" + "changelog": "git cliff --prepend ./CHANGELOG.md -u -c ./cliff.toml -r ../../ --include-path 'packages/rest/*'" }, "main": "./dist/index.js", "module": "./dist/index.mjs", diff --git a/packages/voice/package.json b/packages/voice/package.json index 9ec7357a5..e8ecbd7cf 100644 --- a/packages/voice/package.json +++ b/packages/voice/package.json @@ -9,7 +9,7 @@ "format": "prettier --write . && eslint src __tests__ --ext mjs,js,ts --fix", "docs": "typedoc --json docs/typedoc-out.json src/index.ts && ts-docgen -i docs/typedoc-out.json -c docs/index.yml -o docs/docs.json", "prepublishOnly": "yarn build && yarn lint && yarn test", - "changelog": "git cliff --prepend ./CHANGELOG.md -l -c ./cliff.toml -r ../../ --include-path 'packages/voice/*'" + "changelog": "git cliff --prepend ./CHANGELOG.md -u -c ./cliff.toml -r ../../ --include-path 'packages/voice/*'" }, "main": "./dist/index.js", "module": "./dist/index.mjs",