From 029abb8fb616f49859c0bbf4de00fb8207bf8838 Mon Sep 17 00:00:00 2001 From: Eden Kirin Date: Wed, 28 Feb 2024 09:55:31 +0100 Subject: [PATCH] Update readme --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 6530bf6..e8c495b 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,26 @@ Date: Fri Sep 1 09:57:54 2023 +0200 ``` +Branch CI/CD prefix such as `feature/` will be handled correctly. If current branch is `feature/CLOUD-12345-some-important-branch` and we add commit: + +``` + git commit -m "some important message" + ``` + + resulting commit message will be: + + ``` +git log +commit 963dca96dd658a7df590c8b27b45d7f7536f9c1d (HEAD -> feature/CLOUD-12345-some-important-branch) +Author: Eden Kirin +Date: Fri Sep 1 09:57:54 2023 +0200 + + CLOUD-12345: some important message + + https://smartvending.atlassian.net/browse/CLOUD-12345 + + ``` + ## Installation 1. Clone repository