ansible / team-devtools

Shared practices, workflows and decisions impacting Ansible devtools projects
https://ansible.readthedocs.io/projects/team-devtools/
MIT License
18 stars 13 forks source link

Reconfigure release-drafter to be CalVer friendly #180

Closed ssbarnea closed 6 months ago

ssbarnea commented 6 months ago

This should prevent release drafter from increasing the major version number and also adopt a new set of sections for changelog: Enhancements, Bugfixes, Other.

Inspired from https://github.com/microsoft/vscode-python/releases

sumanth-lingappa commented 6 months ago

@ssbarnea, may I know more details of this PR? Are you trying to accomplish an automated solution to update the changelog file for every commit on main branch?