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

Fix release-notes generation and publish pipeline #169

Merged
merged 8 commits into from
Feb 8, 2024

Conversation

vgramer
Copy link
Member

@vgramer vgramer commented Feb 7, 2024

Description

this PR:

  • migrate github cli from hub to gh (hub is deprecated)
  • bump checkout, gradle/wrapper-validation-action and setup-java actions versions
  • remove fail-fast strategy=false in github actions / test workflow. it's only apply to the matrix build which has been removed in previous version
  • use gradle/gradle-build-action to setup gradle and remove cache action (too big so never loaded) in github actions
  • set publish channel as secret to avoid publish release when testing the pipeline
CI: fix release-note and publish pipeline

fix #157

@vgramer vgramer added the area/CI Issue or pr related to CI label Feb 7, 2024
@vgramer vgramer changed the title Fix release note gen Fix release-notes generation and publish pipeline Feb 7, 2024
Copy link
Member

@anderseknert anderseknert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@vgramer vgramer merged commit 30ea778 into open-policy-agent:master Feb 8, 2024
6 checks passed
@vgramer vgramer deleted the fix-release-note-gen branch February 8, 2024 09:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/CI Issue or pr related to CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

investigate why release workflow does not work anymore
2 participants