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
vscaiceanu-1a committed May 10, 2024
1 parent 41f8b10 commit 847fd59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"publish:package": "npm publish ./dist",
"generate:mock": "schematics @ama-sdk/schematics:mock",
"doc:generate": "typedoc",
"tools:changelog": "standard-version"
"tools:changelog": "commit-and-tag-version"
},
"lint-staged": {
"**/*.(js|ts)": [
Expand Down Expand Up @@ -102,7 +102,7 @@
"minimist": "^1.2.6",
"rimraf": "^5.0.1",
"rxjs": "<%= versions['rxjs'] %>",
"standard-version": "^9.0.0",
"commit-and-tag-version": "^9.5.0",
"ts-jest": "<%= versions['ts-jest'] %>",
"typedoc": "~0.25.0",
"tsc-watch": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/@ama-sdk/showcase-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"publish:package": "npm publish ./dist",
"generate:mock": "schematics ../schematics:mock",
"doc:generate": "node scripts/override-readme.js && typedoc && node scripts/restore-readme.js",
"tools:changelog": "standard-version"
"tools:changelog": "commit-and-tag-version"
},
"dependencies": {
"@swc/helpers": "^0.5.0",
Expand Down

0 comments on commit 847fd59

Please sign in to comment.