Skip to content

Commit

Permalink
chore: use commit-and-tag-version instead of standard-version
Browse files Browse the repository at this point in the history
  • Loading branch information
carlito767 committed Dec 14, 2023
1 parent f08ba84 commit 437cbfe
Show file tree
Hide file tree
Showing 2 changed files with 111 additions and 64 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -3,10 +3,10 @@
"version": "1.0.0-alpha.0",
"private": true,
"scripts": {
"release": "standard-version"
"release": "commit-and-tag-version"
},
"devDependencies": {
"@commitlint/config-conventional": "16.2.1",
"standard-version": "9.3.2"
"commit-and-tag-version": "12.0.0"
}
}
171 changes: 109 additions & 62 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 437cbfe

Please sign in to comment.