0

In the gradle/JVM world there is the awesome plugin: https://github.com/diffplug/spotless-changelog

Is there any similar public solution available I am currently missing when building pip or conda packages?

This: Automating Python package release process refers to using poetry, but is not nearly as fully-fledged as spotless-changelog and seems to require some manual setup/scripts. I know that there is a python package for validating the keepachangelog format https://pypi.org/project/keepachangelog/ available - but do not see any integration like spotless-changelog.

Are manual steps required to chain it up? Or am I overlooking a great & already existing tool for such an automated process similar to spotless-changelog?

Georg Heiler
  • 16,916
  • 36
  • 162
  • 292

1 Answers1

0

https://zestreleaser.readthedocs.io/en/latest/ so far looks like the closest match

Georg Heiler
  • 16,916
  • 36
  • 162
  • 292