Compare commits
1 Commits
0.0.1.post
...
0.0.1.post
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3ce09a0194 |
@@ -3,9 +3,9 @@
|
||||
|
||||

|
||||
|
||||
#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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user