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

Add SwiftPM diagnose-api-breaking-changes check to 1_x branch. #1546

Merged
merged 1 commit into from
Feb 13, 2024

Conversation

thomasvl
Copy link
Collaborator

@thomasvl thomasvl commented Feb 12, 2024

Just run this on each PR to flag any changes. This will check against the last tag on this branch so it should collect changes across commits until a new tag is made. If we did accept breaking changes, we'd have to add the exceptions list and/or prevent this step from breaking.

We also have to accept changes as a side effect of generating from descriptor.proto as we don't control that and don't really expect folks to need to directly interact with the file, it is just provide to make dealing with .proto file that make use of proto options easier.

Used some of the https://github.com/vapor projects for reference and the git magic needed to for the action to run.

@thomasvl thomasvl force-pushed the breaking_change_1_x branch from 6b99679 to 3337788 Compare February 12, 2024 16:37
Just run this on each PR to flag any changes. This will check against the last
tag on this branch so it should collect changes across commits until a new tag
is made. If we did accept breaking changes, we'd have to add the exceptions
list and/or prevent this step from breaking.

We also have to accept changes as a side effect of generating from
descriptor.proto as we don't control that and don't really expect folks to need
to directly interact with the file, it is just provide to make dealing with
.proto file that make use of proto options easier.

Used some of the https://github.com/vapor projects for reference and the git
magic needed to for the action to run.
@thomasvl thomasvl force-pushed the breaking_change_1_x branch from 3337788 to ef4b721 Compare February 12, 2024 16:38
@thomasvl thomasvl marked this pull request as ready for review February 12, 2024 16:41
@thomasvl thomasvl requested review from allevato, FranzBusch and tbkka and removed request for allevato February 12, 2024 16:41
@thomasvl thomasvl merged commit 7b3a613 into apple:1_x_release_branch Feb 13, 2024
18 checks passed
@thomasvl thomasvl deleted the breaking_change_1_x branch February 13, 2024 13:53
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