Skip to content

Commit

Permalink
build: replace standard-version with commit-and-tag-version
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertury committed Jan 3, 2025
1 parent e8b5a77 commit a7bf3ab
Show file tree
Hide file tree
Showing 2 changed files with 518 additions and 395 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"test": "jest",
"prepack": "pnpm run lint && pnpm run clean && pnpm run build",
"prepublishOnly": "pnpm run test",
"release": "standard-version"
"release": "commit-and-tag-version"
},
"dependencies": {
"@babel/template": "^7.4.4",
Expand All @@ -55,6 +55,7 @@
"@types/jest": "^28.1.2",
"@typescript-eslint/eslint-plugin": "^5.29.0",
"@typescript-eslint/parser": "^5.29.0",
"commit-and-tag-version": "^12.5.0",
"eslint": "^8.18.0",
"eslint-config-standard-with-typescript": "^21.0.1",
"eslint-plugin-import": "^2.26.0",
Expand All @@ -66,7 +67,6 @@
"rollup": "^2.75.7",
"rollup-plugin-typescript2": "^0.32.1",
"simple-git-hooks": "^2.8.0",
"standard-version": "^9.5.0",
"ts-dedent": "^2.2.0",
"ts-jest": "^28.0.5",
"typescript": "^4.7.4"
Expand Down
Loading

0 comments on commit a7bf3ab

Please sign in to comment.