lando / prepare-release-action

Prepare a Lando plugin for publishing to a package registry.
GNU General Public License v3.0
1 stars 0 forks source link

Automate CHANGELOG.md Release Header #15

Closed reynoldsalec closed 6 months ago

reynoldsalec commented 6 months ago

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:

## {{VERSION}} - [{{DATE}}](https://github.com/lando/{{REPO}}/releases/tag/{{VERSION}})
pirog commented 6 months ago

i think this is a great idea!