Skip to content

Commit

Permalink
chore: versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
snomiao committed Apr 11, 2021
1 parent fa1f1a6 commit 5ec7479
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
"build:patch": "npm version patch",
"build:minor": "npm version minor",
"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 versioning",
"version": "node tools/versioning.node.mjs -- && git commit -a -m chore: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",
Expand Down Expand Up @@ -42,4 +41,4 @@
"@commitlint/config-conventional": "^12.0.1",
"conventional-changelog-cli": "^2.1.1"
}
}
}

0 comments on commit 5ec7479

Please sign in to comment.