We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When a new release has been published with the commit and tag created on the main branch:
The check release script triggered on a new PR can fail with the following:
Example PR: jtpio/ipylab#76 Example run: https://github.com/jtpio/ipylab/runs/3526255104
This seems to be because there is no new change since the last tag when generating the changelog (None).
None
Maybe the fix could be to default the Full Changelog url to use the latest tag instead of None.
The text was updated successfully, but these errors were encountered:
Fixed by #243
Sorry, something went wrong.
No branches or pull requests
Problem
When a new release has been published with the commit and tag created on the main branch:
The check release script triggered on a new PR can fail with the following:
Example PR: jtpio/ipylab#76
Example run: https://github.com/jtpio/ipylab/runs/3526255104
Proposed Solution
This seems to be because there is no new change since the last tag when generating the changelog (
None
).Maybe the fix could be to default the Full Changelog url to use the latest tag instead of
None
.Additional context
The text was updated successfully, but these errors were encountered: