Sterling Peet
Sterling Peet
Oh yea, my solution was to keep the fancy default-changing behavior, but I wrote a CI renderer script to help test the template. It strips the fancy template out of...
That one is the component, there is a companion deployment template. I have not created a full GitHub project template, but that’s actually a good idea that I should consider....
I can agree on ``bumpversion patch``, I guess I didn't realize the missing calculation aspect of ``tbump``. I generate changelogs with a custom [gitchangelog](https://github.com/vaab/gitchangelog) configuration, and it would be nice...
Hey, so I reached to these guys last week about bumping the date along with the version. They responded very quickly and the tool itself is way more flexible than...
I can not use the ``virtualenv`` version pinning solution because I cannot easily ask other developers on my team to apply it. However, ~~it appears that by manually specifying the...
Upon further testing, my solution seems to cause a version conflict when actually running the hook install. Embarrassingly I was fooled by running ``pre-commit run --all-files`` which did not invoke...
My workaround (that actually works this time) was to go to the pre-commit git repo for gitlint on my disk, and download the tags for the repository. This allowed ``setuptools-scm``...