pulp / pulp-cli-deb

2 stars 11 forks source link

Locally Update Changelog #121

Closed quba42 closed 3 months ago

quba42 commented 3 months ago

This was done by clearing the CHANGES.md and then running python3 .ci/scripts/collect_changes.py and squashing the resultant scripts. This appears to work better than just running python3 .ci/scripts/collect_changes.py without clearing the existing CHANGES first. Not sure why.