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

chore(release): fix breaking change marker #14

Merged
merged 1 commit into from
Apr 26, 2024
Merged

Conversation

adjkant
Copy link
Collaborator

@adjkant adjkant commented Apr 26, 2024

Description

Due to rules being a glob, the ! marker was treated as a negation and accidentally treated all minor version bumps as major. This removes that possibility!

@adjkant adjkant requested a review from a team as a code owner April 26, 2024 17:54
@@ -6,7 +6,7 @@ Please title your PR according to the following types and scopes following [conv
- `chore(<type>):` will not trigger any release and should be used for internal repo changes
- `<type>(public):` will trigger a patch version for non-code changes (e.g. README changes)
- `feat(SDK name):` will trigger a minor version
- `feat(!):` will trigger a major version for a breaking change
- `feat(breaking):` will trigger a major version for a breaking change
Copy link
Collaborator

Choose a reason for hiding this comment

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

does this scope to a specific SDK? if so how

ie can I do feat(breaking sdk-core)?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The scope will need to be breaking literal, but which SDK it affects will only be based on the files changed! So changing for sdk-core would mean only touching files in that SDK for the PR with that title and semantic-release will handle automatically!

@graphite-app graphite-app bot requested a review from a team April 26, 2024 18:04
Copy link

graphite-app bot commented Apr 26, 2024

Graphite Automations

"Request reviewers once CI passes on sdks monorepo" took an action on this PR • (04/26/24)

1 assignee was added and 2 reviewers were added to this PR based on 's automation.

@adjkant adjkant merged commit cbb6aa2 into main Apr 26, 2024
6 checks passed
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.

3 participants