Skip to content

Prevent an empty automatic release #1115

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
May 30, 2025

Conversation

Tompage1994
Copy link
Collaborator

What does this PR do?

I realised that at present if no changes had been made we would still create a new patch release. This shouldn't be the case. I've made it so that it is still possible to perform a release that has no changelogs (we may need to do this in some circumstances), this is possible when we perform a manual release.

How should this be tested?

See it stopping the release here when no changes: https://github.com/Tompage1994/controller_configuration/actions/runs/15344682751

and continuing here when there are: https://github.com/Tompage1994/controller_configuration/actions/runs/15344892665 (I cancelled it doing the actual deployment to galaxy/AH, but it still proves it out)

Is there a relevant Issue open for this?

resolves #1114

Other Relevant info, PRs, etc

Related to #1100

It is still possible to perform a release that has no changelogs (we may need to do this in some cercumstances), this is possible when we perform a manual release.
@Tompage1994 Tompage1994 requested a review from a team as a code owner May 30, 2025 10:47
Copy link
Collaborator

@djdanielsson djdanielsson left a comment

Choose a reason for hiding this comment

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

LGTM

@djdanielsson djdanielsson merged commit f6af280 into redhat-cop:devel May 30, 2025
6 of 8 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.

Scheduled release will release even if no changes happened
2 participants