Skip to content

A GitHub Action that performs operations on changelogs in Keep-a-Changelog format: bump the version, query release info.

License

Notifications You must be signed in to change notification settings

release-flow/keep-a-changelog-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Keep-a-Changelog Action

A GitHub Action that performs various operations on changelogs that adhere to keep-a-changelog and Semantic Versioning conventions.

Commands

Updates a changelog by converting the '[Unreleased]' section to the latest release number. The release number is automatically incremented according to the action parameters.

Queries release information for a specified version from a changelog.

Updating from V1 to V2

The upgrade is fairly straightforward, documented here.

License

The scripts and documentation in this project are released under the MIT License.