From 1ea882842c7b94b7c90370522bb59e68c8aba2b6 Mon Sep 17 00:00:00 2001 From: Flyte Bot Date: Wed, 12 Jan 2022 10:17:12 -0800 Subject: [PATCH] Update Boilerplate (#249) Signed-off-by: Flyte-Bot Co-authored-by: flyte-bot --- pull_request_template.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pull_request_template.md b/pull_request_template.md index 08db4d830..9cdab99b4 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -2,9 +2,8 @@ _- Make sure to use a concise title for the pull-request._ -_- if you want to create a new release, make sure to modify your commit message to include one -of [commit-analyzer types](https://github.com/semantic-release/commit-analyzer#rules-matching). -More information in [semantic-release.gitbook.io](https://semantic-release.gitbook.io/semantic-release/#commit-message-format)._ +_- Use #patch, #minor or #major in the pull-request title to bump the corresponding version. Otherwise, the patch version +will be bumped. [More details](https://github.com/marketplace/actions/github-tag-bump)_ # TL;DR _Please replace this text with a description of what this PR accomplishes._