Skip to content

feat: Add optional fallbackTag input to handle missing latest tags (#52) #54

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 6 commits into from
Jan 11, 2025

Conversation

christian-draeger
Copy link
Contributor

This PR introduces a new optional input parameter, fallbackTag, to address scenarios where no valid latest tag is found in the repository. If provided, the action will use the specified fallback tag as the base for calculating the next version.

Key updates:

Added fallbackTag input to the action configuration.
Updated the logic to check and use the fallback tag if no valid latest tag is available.
Enhanced error handling to ensure graceful fallback or informative error messages.
Updated the README to document the new input parameter and provide usage examples.
This change resolves issue #52

@christian-draeger christian-draeger changed the title Add optional fallbackTag input to handle missing latest tags (#52) feat: Add optional fallbackTag input to handle missing latest tags (#52) Jan 10, 2025
@NGPixel NGPixel merged commit cbec079 into ietf-tools:main Jan 11, 2025
1 check passed
@NGPixel
Copy link
Member

NGPixel commented Jan 11, 2025

Thanks!

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.

2 participants