Skip to content

Commit

Permalink
chore(docs): Clarify title options for non-release PR's (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
adjkant authored Apr 26, 2024
1 parent 72cf8a1 commit 3f634c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
Please title your PR according to the following types and scopes following [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/):

- `fix(SDK name):` will trigger a patch version
- `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
Expand Down

0 comments on commit 3f634c5

Please sign in to comment.