We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66d0eae commit 0f899acCopy full SHA for 0f899ac
1 file changed
.github/workflows/release.yml
@@ -28,3 +28,19 @@ jobs:
28
- run: pnpm install --frozen-lockfile
29
- run: pnpm run build
30
- run: pnpm publish --access=public --provenance --no-git-checks
31
+
32
+ changelog:
33
+ runs-on: ubuntu-latest
34
+ permissions:
35
+ contents: write
36
+ steps:
37
+ - uses: actions/checkout@v6
38
+ with:
39
+ fetch-depth: 0
40
+ - uses: actions/setup-node@v6
41
42
+ node-version: lts/*
43
+ registry-url: https://registry.npmjs.org/
44
+ - run: npx changelogithub
45
+ env:
46
+ GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments