We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
changelogen
1 parent 76604ce commit e3368daCopy full SHA for e3368da
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
run: pnpm dev:prepare
33
34
- name: Release
35
- run: pnpm changelogen --publish
+ run: pnpm changelogen --publish --release --push
36
env:
37
NODE_AUTH_TOKEN: ${{ secrets.RELEASE_NODE_AUTH_TOKEN }}
38
NPM_CONFIG_PROVENANCE: true
0 commit comments