Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dcd8da5

Browse filesBrowse files
authored
chore(repo): use @dot/versioner for releases (#1612)
chore(repo): use versioner for releases
1 parent c72cf7c commit dcd8da5
Copy full SHA for dcd8da5

File tree

Expand file treeCollapse file tree

35 files changed

+81
-489
lines changed
Filter options
Expand file treeCollapse file tree

35 files changed

+81
-489
lines changed

‎package.json

Copy file name to clipboardExpand all lines: package.json
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"@ava/babel": "2.0.0",
21+
"@dot/versioner": "^0.2.0",
2122
"@rollup/plugin-typescript": "^9.0.1",
2223
"@types/conventional-commits-parser": "^3.0.2",
2324
"@types/node": "14.18.30",

‎packages/alias/package.json

Copy file name to clipboardExpand all lines: packages/alias/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"prepare": "if [ ! -d 'dist' ]; then pnpm build; fi",
3434
"prerelease": "pnpm build",
3535
"pretest": "pnpm build",
36-
"release": "pnpm --workspace-root plugin:release --pkg $npm_package_name",
36+
"release": "pnpm --workspace-root package:release $(pwd)",
3737
"test": "ava",
3838
"test:ts": "tsc --noEmit"
3939
},

‎packages/auto-install/package.json

Copy file name to clipboardExpand all lines: packages/auto-install/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"prepare": "if [ ! -d 'dist' ]; then pnpm build; fi",
3434
"prerelease": "pnpm build",
3535
"pretest": "pnpm build",
36-
"release": "pnpm --workspace-root plugin:release --pkg $npm_package_name",
36+
"release": "pnpm --workspace-root package:release $(pwd)",
3737
"test": "ava",
3838
"test:ts": "tsc --noEmit"
3939
},

‎packages/babel/package.json

Copy file name to clipboardExpand all lines: packages/babel/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"prepare": "if [ ! -d 'dist' ]; then pnpm build; fi",
3434
"prerelease": "pnpm build",
3535
"pretest": "pnpm build",
36-
"release": "pnpm --workspace-root plugin:release --pkg $npm_package_name",
36+
"release": "pnpm --workspace-root package:release $(pwd)",
3737
"test": "ava",
3838
"test:ts": "tsc types/index.d.ts test/types.ts --noEmit"
3939
},

‎packages/beep/package.json

Copy file name to clipboardExpand all lines: packages/beep/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"ci:lint": "pnpm lint",
2323
"ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",
2424
"ci:test": "ava --verbose",
25-
"release": "pnpm --workspace-root plugin:release --pkg $npm_package_name",
25+
"release": "pnpm --workspace-root package:release $(pwd)",
2626
"test": "ava"
2727
},
2828
"files": [

‎packages/buble/package.json

Copy file name to clipboardExpand all lines: packages/buble/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"prepare": "if [ ! -d 'dist' ]; then pnpm build; fi",
3434
"prerelease": "pnpm build",
3535
"pretest": "pnpm build",
36-
"release": "pnpm --workspace-root plugin:release --pkg $npm_package_name",
36+
"release": "pnpm --workspace-root package:release $(pwd)",
3737
"test": "ava",
3838
"test:ts": "tsc types/index.d.ts test/types.ts --noEmit"
3939
},

‎packages/commonjs/package.json

Copy file name to clipboardExpand all lines: packages/commonjs/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"prepublishOnly": "pnpm build",
3535
"prerelease": "pnpm build",
3636
"pretest": "pnpm build",
37-
"release": "pnpm --workspace-root plugin:release --pkg $npm_package_name",
37+
"release": "pnpm --workspace-root package:release $(pwd)",
3838
"test": "ava",
3939
"test:ts": "tsc types/index.d.ts test/types.ts --noEmit"
4040
},

‎packages/data-uri/package.json

Copy file name to clipboardExpand all lines: packages/data-uri/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"prepare": "if [ ! -d 'dist' ]; then pnpm build; fi",
3434
"prerelease": "pnpm build",
3535
"pretest": "pnpm build --sourcemap",
36-
"release": "pnpm --workspace-root plugin:release --pkg $npm_package_name",
36+
"release": "pnpm --workspace-root package:release $(pwd)",
3737
"test": "ava",
3838
"test:ts": "tsc --noEmit"
3939
},

‎packages/dsv/package.json

Copy file name to clipboardExpand all lines: packages/dsv/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"prepare": "if [ ! -d 'dist' ]; then pnpm build; fi",
3131
"prerelease": "pnpm build",
3232
"pretest": "pnpm build",
33-
"release": "pnpm --workspace-root plugin:release --pkg $npm_package_name",
33+
"release": "pnpm --workspace-root package:release $(pwd)",
3434
"test": "ava"
3535
},
3636
"files": [

‎packages/dynamic-import-vars/package.json

Copy file name to clipboardExpand all lines: packages/dynamic-import-vars/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"prepare": "if [ ! -d 'dist' ]; then pnpm build; fi",
3434
"prerelease": "pnpm build",
3535
"pretest": "pnpm build --sourcemap",
36-
"release": "pnpm --workspace-root plugin:release --pkg $npm_package_name",
36+
"release": "pnpm --workspace-root package:release $(pwd)",
3737
"test": "ava"
3838
},
3939
"files": [

‎packages/eslint/package.json

Copy file name to clipboardExpand all lines: packages/eslint/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"prepare": "if [ ! -d 'dist' ]; then pnpm build; fi",
3434
"prerelease": "pnpm build",
3535
"pretest": "pnpm build",
36-
"release": "pnpm --workspace-root plugin:release --pkg $npm_package_name",
36+
"release": "pnpm --workspace-root package:release $(pwd)",
3737
"test": "ava",
3838
"test:ts": "tsc types/index.d.ts test/types.ts --noEmit"
3939
},

‎packages/esm-shim/package.json

Copy file name to clipboardExpand all lines: packages/esm-shim/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"prepare": "if [ ! -d 'dist' ]; then pnpm build; fi",
3434
"prerelease": "pnpm build",
3535
"pretest": "pnpm build",
36-
"release": "pnpm --workspace-root plugin:release --pkg $npm_package_name",
36+
"release": "pnpm --workspace-root package:release $(pwd)",
3737
"test": "ava",
3838
"test:ts": "tsc types/index.d.ts test/types.ts --noEmit"
3939
},

‎packages/graphql/package.json

Copy file name to clipboardExpand all lines: packages/graphql/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"prepare": "if [ ! -d 'dist' ]; then pnpm build; fi",
3535
"prerelease": "pnpm build",
3636
"pretest": "pnpm build",
37-
"release": "pnpm --workspace-root plugin:release --pkg $npm_package_name",
37+
"release": "pnpm --workspace-root package:release $(pwd)",
3838
"test": "ava",
3939
"test:ts": "tsc types/index.d.ts test/types.ts --noEmit"
4040
},

‎packages/html/package.json

Copy file name to clipboardExpand all lines: packages/html/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"prepare": "if [ ! -d 'dist' ]; then pnpm build; fi",
3434
"prerelease": "pnpm build",
3535
"pretest": "pnpm build",
36-
"release": "pnpm --workspace-root plugin:release --pkg $npm_package_name",
36+
"release": "pnpm --workspace-root package:release $(pwd)",
3737
"test": "ava",
3838
"test:ts": "tsc --noEmit"
3939
},

‎packages/image/package.json

Copy file name to clipboardExpand all lines: packages/image/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"prepare": "if [ ! -d 'dist' ]; then pnpm build; fi",
3434
"prerelease": "pnpm build",
3535
"pretest": "pnpm build",
36-
"release": "pnpm --workspace-root plugin:release --pkg $npm_package_name",
36+
"release": "pnpm --workspace-root package:release $(pwd)",
3737
"test": "ava"
3838
},
3939
"files": [

‎packages/inject/package.json

Copy file name to clipboardExpand all lines: packages/inject/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"prepare": "if [ ! -d 'dist' ]; then pnpm build; fi",
3434
"prerelease": "pnpm build",
3535
"pretest": "pnpm build",
36-
"release": "pnpm --workspace-root plugin:release --pkg $npm_package_name",
36+
"release": "pnpm --workspace-root package:release $(pwd)",
3737
"test": "ava",
3838
"test:ts": "tsc types/index.d.ts test/types.ts --noEmit"
3939
},

‎packages/json/package.json

Copy file name to clipboardExpand all lines: packages/json/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"prepare": "if [ ! -d 'dist' ]; then pnpm build; fi",
3434
"prerelease": "pnpm build",
3535
"pretest": "pnpm build",
36-
"release": "pnpm --workspace-root plugin:release --pkg $npm_package_name",
36+
"release": "pnpm --workspace-root package:release $(pwd)",
3737
"test": "ava",
3838
"test:ts": "tsc types/index.d.ts test/types.ts --noEmit"
3939
},

‎packages/legacy/package.json

Copy file name to clipboardExpand all lines: packages/legacy/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"prepare": "if [ ! -d 'dist' ]; then pnpm build; fi",
3434
"prerelease": "pnpm build",
3535
"pretest": "pnpm build",
36-
"release": "pnpm --workspace-root plugin:release --pkg $npm_package_name",
36+
"release": "pnpm --workspace-root package:release $(pwd)",
3737
"test": "ava"
3838
},
3939
"files": [

‎packages/multi-entry/package.json

Copy file name to clipboardExpand all lines: packages/multi-entry/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"prepare": "if [ ! -d 'dist' ]; then pnpm build; fi",
3434
"prerelease": "pnpm build",
3535
"pretest": "pnpm build",
36-
"release": "pnpm --workspace-root plugin:release --pkg $npm_package_name",
36+
"release": "pnpm --workspace-root package:release $(pwd)",
3737
"test": "ava"
3838
},
3939
"files": [

‎packages/node-resolve/package.json

Copy file name to clipboardExpand all lines: packages/node-resolve/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"prepublishOnly": "pnpm build",
3535
"prerelease": "pnpm build",
3636
"pretest": "pnpm build",
37-
"release": "pnpm --workspace-root plugin:release --pkg $npm_package_name",
37+
"release": "pnpm --workspace-root package:release $(pwd)",
3838
"test": "pnpm test:ts && ava",
3939
"test:ts": "tsc types/index.d.ts test/types.ts --noEmit"
4040
},

‎packages/pluginutils/package.json

Copy file name to clipboardExpand all lines: packages/pluginutils/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"prepare": "if [ ! -d 'dist' ]; then pnpm build; fi",
3737
"prerelease": "pnpm build",
3838
"pretest": "pnpm build --sourcemap",
39-
"release": "pnpm --workspace-root plugin:release --pkg $npm_package_name",
39+
"release": "pnpm --workspace-root package:release $(pwd)",
4040
"test": "ava",
4141
"test:ts": "tsc --noEmit"
4242
},

‎packages/replace/package.json

Copy file name to clipboardExpand all lines: packages/replace/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"prepare": "if [ ! -d 'dist' ]; then pnpm build; fi",
3434
"prerelease": "pnpm build",
3535
"pretest": "pnpm build",
36-
"release": "pnpm --workspace-root plugin:release --pkg $npm_package_name",
36+
"release": "pnpm --workspace-root package:release $(pwd)",
3737
"test": "ava",
3838
"test:ts": "tsc types/index.d.ts test/types.ts --noEmit"
3939
},

‎packages/run/package.json

Copy file name to clipboardExpand all lines: packages/run/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"prepare": "if [ ! -d 'dist' ]; then pnpm build; fi",
3434
"prerelease": "pnpm build",
3535
"pretest": "pnpm build",
36-
"release": "pnpm --workspace-root plugin:release --pkg $npm_package_name",
36+
"release": "pnpm --workspace-root package:release $(pwd)",
3737
"test": "ava"
3838
},
3939
"files": [

‎packages/strip/package.json

Copy file name to clipboardExpand all lines: packages/strip/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"prepare": "if [ ! -d 'dist' ]; then pnpm build; fi",
3333
"prerelease": "pnpm build",
3434
"pretest": "pnpm build",
35-
"release": "pnpm --workspace-root plugin:release --pkg $npm_package_name",
35+
"release": "pnpm --workspace-root package:release $(pwd)",
3636
"test": "ava"
3737
},
3838
"files": [

‎packages/sucrase/package.json

Copy file name to clipboardExpand all lines: packages/sucrase/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"prepare": "if [ ! -d 'dist' ]; then pnpm build; fi",
3535
"prerelease": "pnpm build",
3636
"pretest": "pnpm build",
37-
"release": "pnpm --workspace-root plugin:release --pkg $npm_package_name",
37+
"release": "pnpm --workspace-root package:release $(pwd)",
3838
"test": "ava",
3939
"test:ts": "tsc types/index.d.ts test/types.ts --noEmit"
4040
},

‎packages/swc/package.json

Copy file name to clipboardExpand all lines: packages/swc/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"prepare": "if [ ! -d 'dist' ]; then pnpm build; fi",
3434
"prerelease": "pnpm build",
3535
"pretest": "pnpm build",
36-
"release": "pnpm --workspace-root plugin:release --pkg $npm_package_name",
36+
"release": "pnpm --workspace-root package:release $(pwd)",
3737
"test": "ava",
3838
"test:ts": "tsc types/index.d.ts test/types.ts --noEmit"
3939
},

‎packages/terser/package.json

Copy file name to clipboardExpand all lines: packages/terser/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"prepare": "if [ ! -d 'dist' ]; then pnpm build; fi",
3434
"prerelease": "pnpm build",
3535
"pretest": "pnpm build",
36-
"release": "pnpm --workspace-root plugin:release --pkg $npm_package_name",
36+
"release": "pnpm --workspace-root package:release $(pwd)",
3737
"test": "ava",
3838
"test:ts": "tsc types/index.d.ts test/types.ts --noEmit"
3939
},

‎packages/typescript/package.json

Copy file name to clipboardExpand all lines: packages/typescript/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"prepare": "if [ ! -d 'dist' ]; then pnpm build; fi",
3434
"prerelease": "pnpm build",
3535
"pretest": "pnpm build",
36-
"release": "pnpm --workspace-root plugin:release --pkg $npm_package_name",
36+
"release": "pnpm --workspace-root package:release $(pwd)",
3737
"test": "ava",
3838
"test:ts": "tsc --noEmit"
3939
},

‎packages/url/package.json

Copy file name to clipboardExpand all lines: packages/url/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"prepare": "if [ ! -d 'dist' ]; then pnpm build; fi",
3434
"prerelease": "pnpm build",
3535
"pretest": "pnpm build",
36-
"release": "pnpm --workspace-root plugin:release --pkg $npm_package_name",
36+
"release": "pnpm --workspace-root package:release $(pwd)",
3737
"test": "ava"
3838
},
3939
"files": [

‎packages/virtual/package.json

Copy file name to clipboardExpand all lines: packages/virtual/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"prepare": "if [ ! -d 'dist' ]; then pnpm build; fi",
3434
"prerelease": "pnpm build",
3535
"pretest": "pnpm build",
36-
"release": "pnpm --workspace-root plugin:release --pkg $npm_package_name",
36+
"release": "pnpm --workspace-root package:release $(pwd)",
3737
"test": "ava",
3838
"test:ts": "tsc --noEmit"
3939
},

‎packages/wasm/package.json

Copy file name to clipboardExpand all lines: packages/wasm/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"prepare": "if [ ! -d 'dist' ]; then pnpm build; fi",
3434
"prerelease": "pnpm build",
3535
"pretest": "pnpm build",
36-
"release": "pnpm --workspace-root plugin:release --pkg $npm_package_name",
36+
"release": "pnpm --workspace-root package:release $(pwd)",
3737
"test": "ava",
3838
"test:ts": "tsc --noEmit"
3939
},

‎packages/yaml/package.json

Copy file name to clipboardExpand all lines: packages/yaml/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"prepare": "if [ ! -d 'dist' ]; then pnpm build; fi",
3434
"prerelease": "pnpm build",
3535
"pretest": "pnpm build",
36-
"release": "pnpm --workspace-root plugin:release --pkg $npm_package_name",
36+
"release": "pnpm --workspace-root package:release $(pwd)",
3737
"test": "ava"
3838
},
3939
"files": [

‎pnpm-lock.yaml

Copy file name to clipboardExpand all lines: pnpm-lock.yaml
+49-4Lines changed: 49 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.