spring-projects / spring-pulsar

Spring Friendly Abstractions for Apache Pulsar
Apache License 2.0
183 stars 58 forks source link

Migrate Release GHA workflow to the Changelog Generator Action #856

Open artembilan opened 1 month ago

artembilan commented 1 month ago

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/github-changelog-generator@v0.0.11
        with:
          milestone: ${{ env.MILESTONE }}
          token: ${{ env.GITHUB_TOKEN }}
          config-file: changelog.properties