Skip to content

Commit

Permalink
chore: 临时提交
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangwenbin committed Jun 27, 2024
1 parent 847cca8 commit 6de0cae
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .changeset/happy-chefs-mix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"backend": minor
"frontend": minor
---

测试流程
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@ jobs:
- name: Create Release Pull Request
uses: changesets/action@v1
with:
publish: pnpm release
createGithubReleases: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
"fullstack:dev": "pnpm --filter frontend --filter backend dev ",
"lint-fix": "pnpm --filter ./app/** lint-fix",
"lint": "pnpm --filter ./app/** lint",
"prepare": "husky"
"prepare": "husky",
"release": "pnpm changeset tag"
},
"engines": {
"pnpm": ">=9.0.0",
Expand Down

0 comments on commit 6de0cae

Please sign in to comment.