From 658eef2df6f7cc9a5889cf4d7f3c6d7abe9505a6 Mon Sep 17 00:00:00 2001 From: cclecle Date: Fri, 24 Mar 2023 20:25:16 +0000 Subject: [PATCH 1/3] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a89928c..3156c2a 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ Checkout [Latest Documentation](https://chacha.ddns.net/mkdocs-web/chacha/pygitv - get current version (bumped) - convert / switch from SemVer to PEP440 (both ways) - automatic version format detection (SemVer by default) + - Get commit message history ## Options - restrict to same branch From 7ce1a04eb9caa644b854e8d59877afdec3c6f1f0 Mon Sep 17 00:00:00 2001 From: cclecle Date: Fri, 24 Mar 2023 20:28:57 +0000 Subject: [PATCH 2/3] formating --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3156c2a..19128db 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Checkout [Latest Documentation](https://chacha.ddns.net/mkdocs-web/chacha/pygitv - convert / switch from SemVer to PEP440 (both ways) - automatic version format detection (SemVer by default) - Get commit message history - + ## Options - restrict to same branch - both SemVer and PEP440 support From f63a7b76cd55129fe77bd9281bc979a85e449dc5 Mon Sep 17 00:00:00 2001 From: cclecle Date: Fri, 24 Mar 2023 21:08:57 +0000 Subject: [PATCH 3/3] format --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 19128db..65e1808 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,6 @@ _A tiny library to help versioning management of git python projects_ Because a good developer is a lazy developer and version management in CI/CD can be very time consuming. - Checkout [Latest Documentation](https://chacha.ddns.net/mkdocs-web/chacha/pygitversionhelper/{{branch}}/latest/). ## Features