pawamoy / git-changelog

Automatic Changelog generator using Jinja2 templates.
https://pawamoy.github.io/git-changelog
ISC License
136 stars 34 forks source link

Add option to read next version from pyproject.toml or setup.py #23

Open pawamoy opened 4 years ago

pawamoy commented 1 year ago

The tool is language agnostic. Not sure if we want to go down that road. But as always, each ecosystem has its own tools, so git-changelog is probably most used amongst Python devs. So supporting pyproject.toml would be nice. Or at least provide a way to indicate a file and a regex to find the version.