Closed
Description
The changelog action now has some --override
capacity which is not really needed.
What the changelog function should be responsible for should only be to update the current CHANGELOG.md
using the existing releases.
- The
--override
flag should only be able to override the latest release or a specific tag range. - Use the
--tags=[]
option to configure the release range too. optional - Would the
changelog
action be able to create release notes or should it just be based on the existing ones?