-
Notifications
You must be signed in to change notification settings - Fork 318
Closed
Labels
Milestone
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
--overrideflag 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
changelogaction be able to create release notes or should it just be based on the existing ones?