Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable automatic changelog generation in release workflows #147

Merged
merged 12 commits into from
Sep 28, 2023
Prev Previous commit
Next Next commit
Revert "Testing"
This reverts commit d8ede29.
  • Loading branch information
disrupted committed Sep 28, 2023
commit 50d908659404f3f86d023c935594a3ea6a12eea6
2 changes: 1 addition & 1 deletion .github/workflows/python-poetry-release.yaml
Original file line number Diff line number Diff line change
@@ -85,7 +85,7 @@ jobs:

- name: Create changelog
id: build-changelog
uses: bakdata/ci-templates/actions/changelog-generate@chore/automatic-changelog
uses: bakdata/ci-templates/actions/changelog-generate@1.35.0
if: ${{ inputs.changelog == true}}
with:
github-token: ${{ secrets.github-token }}