After discussing https://github.com/lando/lando/issues/3710 in our Plugin Contributor Meeting, @AaronFeledy made the suggestion that we automate the insertion of release headers into the CHANGELOG.md.
If we adopt a standard that unreleased changes should be under a ## Unreleased section, we could have the prepare-release-action automatically replace that header with a header in the correct format:
After discussing https://github.com/lando/lando/issues/3710 in our Plugin Contributor Meeting, @AaronFeledy made the suggestion that we automate the insertion of release headers into the CHANGELOG.md.
If we adopt a standard that unreleased changes should be under a
## Unreleased
section, we could have theprepare-release-action
automatically replace that header with a header in the correct format: