Skip to content

Commit

Permalink
fix: update duplicate verions in github release (#2708)
Browse files Browse the repository at this point in the history
* fix: update duplicate verions in github release

* fix: added debug for releaser
  • Loading branch information
aashishmalik authored Oct 18, 2023
1 parent 17cd1f8 commit be4c410
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions github-release.config.js

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit be4c410

Please sign in to comment.