Skip to content

Commit cd38dcc

Browse files
committed
Auto-generate release notes in finalize step
1 parent 12d3b21 commit cd38dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,4 +220,4 @@ jobs:
220220
env:
221221
GH_TOKEN: ${{ steps.app-token.outputs.token }}
222222
APP_VERSION: ${{ steps.version.outputs.version }}
223-
run: gh release edit "v$APP_VERSION" --repo PostHog/code --draft=false
223+
run: gh release edit "v$APP_VERSION" --repo PostHog/code --draft=false --generate-notes

0 commit comments

Comments
 (0)