Skip to content

Commit 1c297c4

Browse files
chore: add v0.1.1 changeset and fix release workflow for proper CI publishing
1 parent 488fe5b commit 1c297c4

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.changeset/provenance-release.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
"@syntropy-labs/react-web-speech": patch
3+
---
4+
5+
### Patch Release (v0.1.1)
6+
7+
- Added provenance attestation for npm package verification
8+
- Improved changelog configuration

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
publish: yarn release
4141
commit: 'chore: version packages'
4242
title: 'chore: version packages'
43+
createGithubReleases: true
4344
env:
4445
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4546
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
47+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)