spring-pulsar
spring-pulsar copied to clipboard
Migrate Release GHA workflow to the Changelog Generator Action
Instead of curl -sSL -O https://github.com/spring-io/github-changelog-generator/releases/download/v0.0.10/github-changelog-generator.jar, there is now a GH Action for its functionality:
For example: https://github.com/spring-io/github-changelog-generator?tab=readme-ov-file#using-as-a-github-action
- name: Generate Changelog
uses: spring-io/[email protected]
with:
milestone: ${{ env.MILESTONE }}
token: ${{ env.GITHUB_TOKEN }}
config-file: changelog.properties