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

Exit without error message when requireCommits is true but requireCommitsFail is false and no commits are available #1101

Merged

Conversation

juancarlosjr97
Copy link
Contributor

@juancarlosjr97 juancarlosjr97 commented Apr 25, 2024

Change

Updating the flow to when requireCommits is true but requireCommitsFail is set as false and no commits are available, instead of returning ERROR There are no commits since the latest tag. just returns There are no commits since the latest tag. and remove the ERROR string as that is misleading.

Fixes #1095

@webpro
Copy link
Collaborator

webpro commented Apr 26, 2024

🚀 This pull request is included in v17.2.1. See Release 17.2.1 for release notes.

@webpro
Copy link
Collaborator

webpro commented Apr 26, 2024

Thanks a bunch, @juancarlosjr97!

@juancarlosjr97 juancarlosjr97 deleted the updating-flow-require-commits-fail branch April 26, 2024 06:59
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.

Return different message when requireCommitsFail is false
2 participants