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

Make extra_versions accept any string, strip quotes from input #185

Merged
merged 1 commit into from
Jun 4, 2020

Conversation

christopher-dG
Copy link
Member

Closes #183
Closes #184

There's a slight behaviour change here but I think it's for the better: if a user enters MAJOR.MINOR.PATCH in extra_versions, then the full version number with patch shows up in the file. Previously it would just be MAJOR.MINOR. Defaults however are not changed. We also support version ranges now too, which GitHub Actions supports.

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.

Strip "s in user entries? GitHubActions: default extra_versions is an invalid version string?
1 participant