Skip to content

Commit

Permalink
chore: refine changeset setup (#657)
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundhung authored May 29, 2024
1 parent 9a181ad commit da55af7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 42 deletions.
5 changes: 1 addition & 4 deletions .changeset/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
"changelog": [
"@changesets/changelog-github",
{ "repo": "edmundhung/conform" }
],
"changelog": false,
"commit": false,
"fixed": [
[
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ jobs:
id: changesets
uses: changesets/action@v1
with:
publish: pnpm changeset publish
title: 'release: bump packages version'
commit: 'release: bump packages version'
publish: pnpm publish -r
createGithubReleases: false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion guide/.node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"prepare": "husky install"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.5",
"@conform-to/dom": "workspace:*",
"@conform-to/react": "workspace:*",
Expand Down
35 changes: 0 additions & 35 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit da55af7

Please sign in to comment.