Skip to content

Commit 25d4e61

Browse files
authored
chore: make release flow conventional commit compliant (#1767)
1 parent 30b0ae8 commit 25d4e61

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ jobs:
3434
uses: changesets/action@v1
3535
with:
3636
publish: pnpm run release
37+
title: "chore: release"
38+
commit: "chore: release"
3739
env:
3840
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3941
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"clean:test": "pnpx rimraf .tmp",
3131
"test:all": "pnpm run clean:test && cross-env START_ADAPTER=solid-start-node npm run test",
3232
"test": "pnpm run clean:test && pnpm --filter solid-start-tests test --",
33+
"release": "pnpm build && changeset publish",
3334
"show:test-report": "pnpm --filter solid-start-tests show:test-report"
3435
},
3536
"devDependencies": {

0 commit comments

Comments
 (0)