diff --git a/README.md b/README.md index 65e1808..f6de565 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ _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/). +Checkout [Latest Documentation](https://chacha.ddns.net/mkdocs-web/chacha/pygitversionhelper/master/latest/). ## Features - list tags @@ -23,7 +23,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 + - get commit message history ## Options - restrict to same branch diff --git a/pyproject.toml b/pyproject.toml index 900012f..1ba1261 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ version_scheme= "post-release" [project] name = "pygitversionhelper" -description = "pygitversionhelper" +description = "A simple simple git version helper in python." readme = "README.md" requires-python = ">=3.9" keywords = ["chacha","chacha","template","pygitversionhelper"]