Skip to content

Remove uneeded release reasons#959

Merged
mdellweg merged 1 commit into
pulp:mainfrom
mdellweg:check_release
May 28, 2025
Merged

Remove uneeded release reasons#959
mdellweg merged 1 commit into
pulp:mainfrom
mdellweg:check_release

Conversation

@mdellweg

Copy link
Copy Markdown
Member

Docs are built only from the main branch, and deprecations and removals are newer a reason to push for a release.

Docs are built only from the main branch, and deprecations and removals
are newer a reason to push for a release.
from git import Repo

RELEASE_BRANCH_REGEX = r"^([0-9]+)\.([0-9]+)$"
Y_CHANGELOG_EXTS = [".feature", ".removal", ".deprecation"]

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Removal and deprecation aren't reasons for a new Y releases?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

I don't think users ask for them ever. And that really is the only reason why we do releases.

@mdellweg mdellweg merged commit deb75f7 into pulp:main May 28, 2025
11 checks passed
@mdellweg mdellweg deleted the check_release branch May 28, 2025 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants