Skip to content

Commit 658851d

Browse files
committed
chore(qui-cli.validators): add commit-and-tag-version
1 parent e096210 commit 658851d

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"path": ".",
3+
"tag-prefix": "validators/",
4+
"releaseCommitMessageFormat": "chore(qui-cli.validators): @battis/qui-cli.validators@{{currentTag}}"
5+
}

packages/validators/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"clean": "del ./dist",
2121
"build": "run-s build:*",
2222
"build:clean": "run-s clean",
23-
"build:compile": "tsc"
23+
"build:compile": "tsc",
24+
"release": "commit-and-tag-version"
2425
},
2526
"dependencies": {
2627
"@battis/qui-cli.plugin": "workspace:*",
@@ -34,6 +35,7 @@
3435
"@tsconfig/node20": "^20.1.4",
3536
"@types/is-valid-path": "^0.1.2",
3637
"@types/node": "^22.10.2",
38+
"commit-and-tag-version": "^12.5.0",
3739
"del-cli": "^6.0.0",
3840
"npm-run-all": "^4.1.5",
3941
"typescript": "^5.7.2"

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)