Skip to content

Commit

Permalink
feat: use commit-and-tag-version as authority on release numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsneighbour committed May 23, 2024
1 parent bca6ef0 commit 37ff53a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
"main": "index.js",
"repository": "github.com/davidsneighbour/dotfiles",
"scripts": {
"release": "commit-and-tag-version --release-as patch -a -t \"v\" --releaseCommitMessageFormat \"chore(release): v{{currentTag}}\" && ./bin/repo/release/postrelease",
"release:major": "commit-and-tag-version --release-as major -a -t \"v\" --releaseCommitMessageFormat \"chore(release): v{{currentTag}}\" && ./bin/repo/release/postrelease",
"release:minor": "commit-and-tag-version --release-as minor -a -t \"v\" --releaseCommitMessageFormat \"chore(release): v{{currentTag}}\" && ./bin/repo/release/postrelease"
"release": "commit-and-tag-version -a -t \"v\" --releaseCommitMessageFormat \"chore(release): v{{currentTag}}\" && ./bin/repo/release/postrelease"
}
}

0 comments on commit 37ff53a

Please sign in to comment.