Promote patch releases as regular releases in changelog / GH #735
MasterOdin
started this conversation in
General
Replies: 1 comment 5 replies
-
I like it! I did it like that for other projects but didn't want to break the style. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Any major or minor release is given a regular GH release and a CHANGELOG header like so:
patch releases on the other hand are only made as tags and found in the CHANGELOG as (also just as a section of the minor release?):
I would propose to just have a unified style (what goes on for major / minor) for all release types, and that patch releases are no less insignificant as they can contain a number of bug fixes and things that may greatly affect users depending on bug severity. They are also shown as equal weight on PyPI as any other version.
For an end user, I feel like this could create some contention where they might see a new version on PyPI (1.27.3) and when they go to the GH repo, they're not shown this new version readily, and so may (mistakenly) conclude that there's some mischief going on where the PyPI release was made in some malicious fashion vs what's on GH.
Beta Was this translation helpful? Give feedback.
All reactions