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

Pass version_spec in check-release #190

Merged
merged 2 commits into from Oct 20, 2021

Conversation

jtpio
Copy link
Member

@jtpio jtpio commented Oct 20, 2021

Attempt at fixing #189

@@ -22,6 +22,7 @@ runs:
dry_run: true
token: ${{ inputs.token }}
changelog: ${{ inputs.changelog }}
version_spec: ${{ env.RH_VERSION_SPEC }}
Copy link
Member Author

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: ""

Copy link
Contributor

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-commenter
Copy link

codecov-commenter commented Oct 20, 2021

Codecov Report

Merging #190 (af314cb) into master (fd11496) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fd11496...af314cb. Read the comment docs.

@blink1073 blink1073 added the bug Something isn't working label Oct 20, 2021
Copy link
Contributor

@blink1073 blink1073 left a comment

Choose a reason for hiding this comment

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

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants