From 1426f265467c1d516bd668dab60c3fcbdd30f0a2 Mon Sep 17 00:00:00 2001 From: Juan Luis Baptiste Date: Fri, 13 May 2022 10:06:21 -0500 Subject: [PATCH] Fix fix: tag doc in PR tempalte. --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index b12247f..a85fff8 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -5,7 +5,7 @@ We use github actions to do automatic [semantic versioning](https://github.com/semantic-release/semantic-release), so please use the following nomenclature for the commit message according to the type of change: * Prefix with `feat:`, and it will trigger a minor version bump. -* Prefix with `fix`:, and it will trigger a patch version bump. +* Prefix with `fix:`, and it will trigger a patch version bump. * Prefix with `BREAKING CHANGE:`, and it will trigger a major version bump.