Skip to content

Commit

Permalink
fix: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
snomiao committed Apr 7, 2021
1 parent 7f5c3b1 commit 99328b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"build:minor": "npm version minor",
"build:major": "npm version major",
"versioning": "git commit -a -m versioning",
"version": "node tools/versioning.node.mjs && conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md",
"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 && npm run gitsync",
"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 @@ -41,4 +42,4 @@
"@commitlint/config-conventional": "^12.0.1",
"conventional-changelog-cli": "^2.1.1"
}
}
}

0 comments on commit 99328b1

Please sign in to comment.