Skip to content

Commit

Permalink
chore: refine changeset setup
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundhung committed May 29, 2024
1 parent 9a181ad commit c223a8c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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

0 comments on commit c223a8c

Please sign in to comment.