Skip to content

Commit 952785d

Browse files
committed
Use changeset tag
1 parent 1dc70e1 commit 952785d

File tree

4 files changed

+2
-240
lines changed

4 files changed

+2
-240
lines changed

.github/workflows/release.yml

-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ jobs:
1414
steps:
1515
- name: Checkout Repo
1616
uses: actions/checkout@v3
17-
with:
18-
fetch-depth: 2
1917

2018
- name: Setup pnpm
2119
uses: pnpm/action-setup@v2

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test-e2e": "turbo run test-e2e",
99
"format": "prettier --write \"**/*.{ts,js,mjs}\"",
1010
"ci:version": "changeset version && pnpm install --no-frozen-lockfile",
11-
"ci:publish": "pnpm publish -r && node scripts/tags.mjs"
11+
"ci:publish": "pnpm publish -r && changeset tag"
1212
},
1313
"devDependencies": {
1414
"@changesets/cli": "^2.26.1",
@@ -18,7 +18,6 @@
1818
"eslint-config-prettier": "^8.8.0",
1919
"eslint-config-turbo": "^1.9.3",
2020
"prettier": "^2.8.8",
21-
"turbo": "latest",
22-
"zx": "^7.2.2"
21+
"turbo": "latest"
2322
}
2423
}

0 commit comments

Comments
 (0)