From be4c410dbe7f7e38cf2c1e6e18b18721fa33a83f Mon Sep 17 00:00:00 2001 From: AASHISH MALIK Date: Wed, 18 Oct 2023 13:52:30 +0530 Subject: [PATCH] fix: update duplicate verions in github release (#2708) * fix: update duplicate verions in github release * fix: added debug for releaser --- github-release.config.js | 5 ----- package.json | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 github-release.config.js diff --git a/github-release.config.js b/github-release.config.js deleted file mode 100644 index df269d8a02..0000000000 --- a/github-release.config.js +++ /dev/null @@ -1,5 +0,0 @@ -module.exports = { - gitRawCommitsOpts: { - merges: null, - }, -}; diff --git a/package.json b/package.json index 740721b7ad..d31f9a2fbe 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "commit-msg": "commitlint --edit", "prepare": "node ./scripts/skipPrepareScript.js || husky install", "release": "npx standard-version", - "release:github": "DEBUG=conventional-github-releaser npx conventional-github-releaser -p angular --config github-release.config.js", + "release:github": "DEBUG=conventional-github-releaser npx conventional-github-releaser -p angular -v", "clean:node": "modclean", "check:lint": "eslint . -f json -o reports/eslint.json || exit 0" },