Compare commits

...

1 Commits

Author SHA1 Message Date
cclecle
3ce09a0194 fix typo 2023-03-18 21:04:03 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -3,9 +3,9 @@
![](docs-static/Library.jpg)
#pyGitVersionHelper
# pyGitVersionHelper
a tiny library to help versioning management of git python project
A tiny library to help versioning management of git python project
Checkout [Latest Documentation](https://chacha.ddns.net/mkdocs-web/chacha/pygitversionhelper/{{branch}}/latest/).
@@ -17,7 +17,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)
# Options:
# Options
- restrict to same branch
- both SemVer and PEP440 support
- custom output format
@@ -26,7 +26,7 @@ Checkout [Latest Documentation](https://chacha.ddns.net/mkdocs-web/chacha/pygitv
- ignore non-version tag
- force version format
# Process:
# Process
- CI/CD developpment: Gitea / Jenkins + few python libs
- Generated documentation through mkdocs
- CI/CD on Linux, manually tested in Windows environnement

View File

@@ -99,7 +99,7 @@ A version object can also be manually formated:
kwargs available to those function:
- output_format: string to choose a rendering format ("Auto","PEP440" or "SemVer")
##Limitations
## Limitations
- MultiThreading and async behavior is not tested.
- Multiple tag on the same commit is not supported.
- Branch filter when searching for a version is only tested with -no-ff strategy