Skip to content

Commit

Permalink
chore: delay changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
snomiao committed Apr 11, 2021
1 parent 717f2f1 commit e36a2ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"build:major": "npm version major",
"versioning": "git commit -a -m chore:versioning",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
"version": "node tools/versioning.node.mjs && npm run changelog",
"postversion": "npm run versioning && git push --follow-tag",
"version": "node tools/versioning.node.mjs && npm run versioning",
"postversion": "npm run changelog && git push --follow-tag",
"gitsync": "npm run gitsync:gh && npm run gitsync:cn && npm run gitsync:bb",
"gitpush:gh": "git push --follow-tag --repo [email protected]:snomiao/CapsLockX.git",
"gitpull:gh": "git pull [email protected]:snomiao/CapsLockX.git",
Expand Down

0 comments on commit e36a2ea

Please sign in to comment.