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

Require Semantic Version labels on PR #1749

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

FranzBusch
Copy link
Member

Motivation

In most of our other Swift Server related repos we have introduced a new labelling system that allows us to use the GitHub auto-generated release notes. With those labels the release notes are properly grouped into their SemVer impact.

Modification

This PR adds a new pipeline that makes sure each PR has the appropriate label set before it is merged.

Result

No more PRs without SemVer classification.

# Motivation

In most of our other Swift Server related repos we have introduced a new labelling system that allows us to use the GitHub auto-generated release notes. With those labels the release notes are properly grouped into their SemVer impact.

# Modification

This PR adds a new pipeline that makes sure each PR has the appropriate label set before it is merged.

# Result

No more PRs without SemVer classification.
@thomasvl thomasvl added the semver/none No version bump required. label Jan 24, 2025
@thomasvl
Copy link
Collaborator

I guess it works since it forced this PR to need a label also. 😄

@thomasvl thomasvl merged commit 72708c4 into apple:main Jan 24, 2025
13 of 14 checks passed
@thomasvl
Copy link
Collaborator

Is there a way when preping a release to see the tagging on the PRs the commits came from to help figure out what sorta version bump is needed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/none No version bump required.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants