.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE.txt
Makefile
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
tox.ini
.github/dependabot.yml
.github/workflows/CD.yml
.github/workflows/CI.yml
src/git_release/__init__.py
src/git_release/__main__.py
src/git_release/git_release.py
src/git_release.egg-info/PKG-INFO
src/git_release.egg-info/SOURCES.txt
src/git_release.egg-info/dependency_links.txt
src/git_release.egg-info/entry_points.txt
src/git_release.egg-info/not-zip-safe
src/git_release.egg-info/requires.txt
src/git_release.egg-info/top_level.txt
tests/conftest.py
tests/requirements.txt
tests/test_SemVer.py
tests/test_find_git_cliff.py
tests/test_generate_git_cliff_changelog.py
tests/test_get_current_repo_version.py
tests/test_increment_semver.py
tests/test_semver_dataclass_to_string.py
tests/test_validate_semver.py