From 3f634c5ba8265962673e30eddab7d341d7d6aede Mon Sep 17 00:00:00 2001 From: Adrian Kant Date: Fri, 26 Apr 2024 13:20:05 -0400 Subject: [PATCH] chore(docs): Clarify title options for non-release PR's (#13) --- .github/pull_request_template.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 432f5a6a8..881b8fe65 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -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():` will not trigger any release and should be used for internal repo changes - `(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