Skip to content

Commit 79aa671

Browse files
committed
build: move back to release -> release instead of version -> release
1 parent e937e32 commit 79aa671

12 files changed

Lines changed: 12 additions & 12 deletions

File tree

shims/colors/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"build": "run-s build:*",
2121
"build:clean": "run-s clean",
2222
"build:compile": "tsc",
23-
"version": "commit-and-tag-version"
23+
"release": "commit-and-tag-version"
2424
},
2525
"dependencies": {
2626
"@qui-cli/colors": "workspace:*"

shims/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"build": "run-s build:*",
2121
"build:clean": "run-s clean",
2222
"build:compile": "tsc",
23-
"version": "commit-and-tag-version"
23+
"release": "commit-and-tag-version"
2424
},
2525
"dependencies": {
2626
"@qui-cli/core": "workspace:*"

shims/env-1password/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"build": "run-s build:*",
2222
"build:clean": "run-s clean",
2323
"build:compile": "tsc",
24-
"version": "commit-and-tag-version"
24+
"release": "commit-and-tag-version"
2525
},
2626
"devDependencies": {
2727
"@1password/sdk": "^0.3.1",

shims/env/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"build": "run-s build:*",
2121
"build:clean": "run-s clean",
2222
"build:compile": "tsc",
23-
"version": "commit-and-tag-version"
23+
"release": "commit-and-tag-version"
2424
},
2525
"dependencies": {
2626
"@qui-cli/env": "workspace:*"

shims/log/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"build": "run-s build:*",
2121
"build:clean": "run-s clean",
2222
"build:compile": "tsc",
23-
"version": "commit-and-tag-version"
23+
"release": "commit-and-tag-version"
2424
},
2525
"dependencies": {
2626
"@qui-cli/log": "workspace:*"

shims/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"build": "run-s build:*",
2121
"build:clean": "run-s clean",
2222
"build:compile": "tsc",
23-
"version": "commit-and-tag-version"
23+
"release": "commit-and-tag-version"
2424
},
2525
"dependencies": {
2626
"@qui-cli/plugin": "workspace:*"

shims/progress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"build": "run-s build:*",
2121
"build:clean": "run-s clean",
2222
"build:compile": "tsc",
23-
"version": "commit-and-tag-version"
23+
"release": "commit-and-tag-version"
2424
},
2525
"dependencies": {
2626
"@qui-cli/progress": "workspace:*"

shims/qui-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"build": "run-s build:*",
2121
"build:clean": "run-s clean",
2222
"build:compile": "tsc",
23-
"version": "commit-and-tag-version"
23+
"release": "commit-and-tag-version"
2424
},
2525
"dependencies": {
2626
"@qui-cli/qui-cli": "workspace:*"

shims/root/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"build": "run-s build:*",
2121
"build:clean": "run-s clean",
2222
"build:compile": "tsc",
23-
"version": "commit-and-tag-version"
23+
"release": "commit-and-tag-version"
2424
},
2525
"dependencies": {
2626
"@qui-cli/root": "workspace:*"

shims/shell/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"build": "run-s build:*",
2121
"build:clean": "run-s clean",
2222
"build:compile": "tsc",
23-
"version": "commit-and-tag-version"
23+
"release": "commit-and-tag-version"
2424
},
2525
"dependencies": {
2626
"@qui-cli/shell": "workspace:*"

0 commit comments

Comments
 (0)