jenstroeger / python-package-template

An opinionated Python package/application template repository, with SLSA and SBOM support built in, enabled for security scanners, code linters, typing, testing and code coverage monitoring, and release automation for reproducible builds.
MIT License
34 stars 11 forks source link

fix(ci): commitizen and CI should fail if the bumped version strings contain inconsistent version numbers #747

Closed jenstroeger closed 4 months ago

jenstroeger commented 5 months ago

This actually happened in a downstream repository where another package was added to the repository and that new package’s version was different than the repo’s — then cz bump failed silently for that new package and CI proceeded just fine.