Skip to content

fix #8820 - ensure the release scripts are ware of release candidates#8825

Closed
RonnyPfannschmidt wants to merge 1 commit intopytest-dev:mainfrom
RonnyPfannschmidt:ronny/fix-8820-release-script-rc-aware
Closed

fix #8820 - ensure the release scripts are ware of release candidates#8825
RonnyPfannschmidt wants to merge 1 commit intopytest-dev:mainfrom
RonnyPfannschmidt:ronny/fix-8820-release-script-rc-aware

Conversation

@RonnyPfannschmidt
Copy link
Member

as part of this i started to use packaging

…candidates

as part of this i started to use packaging
@@ -0,0 +1 @@
Ensure prereleases correctly pick the matching changelog template.
Copy link
Member

Choose a reason for hiding this comment

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

Not an user-facing bugfix, so this seems confusing.

template_name = (
"release.minor.rst" if version.endswith(".0") else "release.patch.rst"
)
template_name = "release.minor.rst" if version.minor == 0 else "release.patch.rst"
Copy link
Member

Choose a reason for hiding this comment

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

Have you seen my suggestions:

?

Copy link
Member Author

Choose a reason for hiding this comment

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

Missed it before, will check the details, thanks

@RonnyPfannschmidt RonnyPfannschmidt marked this pull request as draft October 3, 2021 18:44
@RonnyPfannschmidt
Copy link
Member Author

closing a superseded and fixed by another pr

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