python-kacl icon indicating copy to clipboard operation
python-kacl copied to clipboard

Python module and CLI tool to manage changelogs in the "keep-a-changelog-format"

Results 2 python-kacl issues
Sort by recently updated
recently updated
newest added

Would be great to support prerelease versions for kacl. Maybe there's a workaround somewhere? ``` $ poetry version prerelease Bumping version from 0.0.1 to 0.0.2a0 $ poetry run kacl-cli release...

The `pyproject.toml` is supported by most linters/formatters/type checkers and other python utilities to be used as the configuration file. Would you consider adding support for it here too, instead of,...