From 582f681a4101d555b63aa2766ef0050508116dd8 Mon Sep 17 00:00:00 2001 From: Sandro Elsweijer <49643115+sandro-elsweijer@users.noreply.github.com> Date: Mon, 9 Dec 2024 14:08:52 +0100 Subject: [PATCH] Add checkbox for semver --- pull_request_template.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pull_request_template.md b/pull_request_template.md index 2955480062..933d64e50a 100644 --- a/pull_request_template.md +++ b/pull_request_template.md @@ -39,9 +39,4 @@ As a reviewer please read through all the code lines and make sure that the code #### Tag Label -Decide how the tag gets increased in accordance with semantic versioning. -Delete the labels which are not applicable. - -/label ~tag:patch -/label ~tag:minor -/label ~tag:major +- [ ] The author added the patch/minor/major label in accordance to semantic versioning.