spring-pulsar icon indicating copy to clipboard operation
spring-pulsar copied to clipboard

Migrate Release GHA workflow to the Changelog Generator Action

Open artembilan opened this issue 1 year ago • 0 comments

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

artembilan avatar Sep 17 '24 15:09 artembilan