We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 577ac79 + 0f01013 commit 1f3dc3eCopy full SHA for 1f3dc3e
.github/workflows/release.yml
@@ -32,12 +32,6 @@ jobs:
32
run: pnpm build
33
- name: Test
34
run: pnpm test
35
- - name: Generate changesets from commits (if none exist)
36
- run: |
37
- # Check if any changeset files exist (excluding README.md)
38
- if ! find .changeset -name "*.md" ! -name "README.md" 2>/dev/null | grep -q .; then
39
- npx changeset-conventional-commits
40
- fi
41
- name: Run Changesets (version or publish)
42
uses: changesets/action@v1.5.3
43
with:
0 commit comments