Does anyone know of a similar tool for Python-based projects? It looks like it could be fairly handy, if not a tad overkill.
I’m not familiar with a library that provides the --changelog feature out of the box, but it seems like a pretty solid idea to do that.
--changelog
If you are talking about python projects installable via pip, you can ship the CHANGELOG.md file with the build. read here after that, you can just write a similar regex for fetching the version numbers as well
Does anyone know of a similar tool for Python-based projects? It looks like it could be fairly handy, if not a tad overkill.
I’m not familiar with a library that provides the
--changelog
feature out of the box, but it seems like a pretty solid idea to do that.If you are talking about python projects installable via pip, you can ship the CHANGELOG.md file with the build. read here after that, you can just write a similar regex for fetching the version numbers as well