frinyvonnick / gitmoji-changelog

A changelog generator for gitmoji 😜
https://www.npmjs.com/package/gitmoji-changelog
MIT License
390 stars 49 forks source link

✨ Added poetry preset (for python packages) #264

Closed c4th4r5y5 closed 1 year ago

c4th4r5y5 commented 1 year ago

Adds the ability to generate the gitmoji-changelog on python packages that utilize Poetry. (with --preset poetry )

(I understand that the python eco-system for build-packaging tools is vast, but I've only implemented Poetry. If deemed necessary, I could also look into implementing a way to handle other python tools 👍 )

Freed-Wu commented 1 year ago

Looks good! Although I use setuptools :smile:

c4th4r5y5 commented 1 year ago

I am closing this PR. I will open another one soon that will support any python project that uses a pyproject.toml

The approach will be based on PEP-621 therefore it will support support any build-system that uses a pyproject.toml