Skip to content

ci: update release please config #5

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

Merged
merged 1 commit into from
Apr 22, 2025
Merged

ci: update release please config #5

merged 1 commit into from
Apr 22, 2025

Conversation

beeme1mr
Copy link
Member

This PR

  • Removes an unused permission
  • Adds Release Please debugging info
  • Extend the Release Please job output
  • Add Release Please v4 conditional workaround

Notes

Most of these changes come from the Python contrib repo

Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
@beeme1mr beeme1mr requested review from a team as code owners April 22, 2025 20:38

publish-to-hex:
needs: release-please
runs-on: ubuntu-latest
if: ${{ needs.release-please.outputs.release_created }}
if: ${{ fromJSON(needs.release-please.outputs.release_created || false) }}
Copy link
Member Author

Choose a reason for hiding this comment

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

There's an annoying bug in Release Please v4 that requires this workaround.

@beeme1mr beeme1mr merged commit 340ea36 into main Apr 22, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant