release-flow / keep-a-changelog-action

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:TypeScript 94.1%Language:JavaScript 3.9%Language:Shell 2.0%