Skip to content

Commit 04d9668

Browse files
committed
chore: replace abandoned standard-version with fork commit-and-tag-version
1 parent 150deb8 commit 04d9668

File tree

2 files changed

+57
-58
lines changed

2 files changed

+57
-58
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,20 @@
1515
"demo": "cd packages/demo && npm run dev",
1616
"demo:build": "cd packages/demo && npm run build",
1717
"prerelease": "npm run lint && npm run test:all && npm run build",
18-
"release": "standard-version --preset @djaler/standard",
18+
"release": "commit-and-tag-version --preset @djaler/standard",
1919
"release:github": "conventional-github-releaser --preset @djaler/standard",
2020
"prepublishOnly": "cd packages/core && npm run publish"
2121
},
2222
"packageManager": "[email protected]",
2323
"devDependencies": {
2424
"@djaler/conventional-changelog-standard": "1.2.0",
2525
"@djaler/eslint-config-typescript": "0.0.7",
26+
"commit-and-tag-version": "10.0.1",
2627
"conventional-github-releaser": "3.1.5",
2728
"eslint": "7.32.0",
2829
"eslint-import-resolver-typescript": "2.7.1",
2930
"nano-staged": "0.6.0",
3031
"simple-git-hooks": "2.7.0",
31-
"standard-version": "9.3.2",
3232
"typescript": "4.6.3"
3333
},
3434
"simple-git-hooks": {

pnpm-lock.yaml

+55-56
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)