NiklasRosenstein / slap

Slap is a CLI to assist in the process for developing and releasing Python packages.
https://niklasrosenstein.github.io/slap/
Other
18 stars 11 forks source link

Add option to enforce storing changelogs in project root for mono repositories #143

Open NiklasRosenstein opened 3 months ago

NiklasRosenstein commented 3 months ago

Eg. for https://github.com/kraken-build/kraken I'd like that you can't accidentally add a changelog to the subdirectories. What could be even nicer: Instead of denying adding the changelog entry when running from inside the subdirectory, it would add the changelog to the root with the component field set to the subdirectory name.