Skip to content

Commit

Permalink
chore: revert 8458ca8
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 committed Jul 3, 2022
1 parent 535c728 commit 050f537
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"coverage:report": "nyc report --reporter=lcov --reporter=text-summary",
"prepare": "husky install",
"make-changelog": "changelog -x ci,test,chore",
"reset-chancelog": "git checkout HEAD -- CHANGELOG.md",
"release:major": "yarn make-changelog -M && lerna version major || yarn reset-chancelog",
"release:minor": "yarn make-changelog -m && lerna version minor || yarn reset-chancelog",
"release:patch": "yarn make-changelog -p && lerna version patch || yarn reset-chancelog"
"postmake-changelog": "git add CHANGELOG.md && git commit -m 'chore(changelog): update CHANGELOG.md'",
"release:major": "yarn make-changelog -M && lerna version major",
"release:minor": "yarn make-changelog -m && lerna version minor",
"release:patch": "yarn make-changelog -p && lerna version patch"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
Expand Down

0 comments on commit 050f537

Please sign in to comment.