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

Migrate Release GHA workflow to the Changelog Generator Action #856

Open
artembilan opened this issue Sep 17, 2024 · 0 comments
Open

Migrate Release GHA workflow to the Changelog Generator Action #856

artembilan opened this issue Sep 17, 2024 · 0 comments
Labels
theme: build An issue relating to our own build

Comments

@artembilan
Copy link
Member

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 artembilan added the theme: build An issue relating to our own build label Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme: build An issue relating to our own build
Projects
None yet
Development

No branches or pull requests

1 participant