From c198725e2d133a2cdf19c7219dc5d8f67b355131 Mon Sep 17 00:00:00 2001 From: Lukasz Raczylo Date: Sun, 9 May 2021 12:05:02 +0100 Subject: [PATCH] Clarify patch double increment if certain keyword is used. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 32bfcf0..e2fa24d 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,7 @@ Flags: * 0.0.1 - PATCH - starting commit * 0.0.2 - PATCH - another commit +* 0.0.4 - PATCH - another commit with word 'Update' => DOUBLE increment PATCH * 0.1.0 - MINOR - after commit with word 'Change' => increment MINOR, reset PATCH * 0.1.1 - PATCH - additional commit * 1.0.1 - MAJOR - commit with word 'BREAKING' = > INCREMENT MAJOR, reset MINOR