-
Notifications
You must be signed in to change notification settings - Fork 65
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
Pass version_spec
in check-release
#190
Conversation
@@ -22,6 +22,7 @@ runs: | |||
dry_run: true | |||
token: ${{ inputs.token }} | |||
changelog: ${{ inputs.changelog }} | |||
version_spec: ${{ env.RH_VERSION_SPEC }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could also make that an input of the check release workflow, something like:
version_spec:
description: "New Version Specifier"
required: false
default: ""
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that makes sense.
Codecov Report
@@ Coverage Diff @@
## master #190 +/- ##
=======================================
Coverage 84.77% 84.77%
=======================================
Files 19 19
Lines 2273 2273
Branches 280 280
=======================================
Hits 1927 1927
Misses 250 250
Partials 96 96 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Attempt at fixing #189