git-commit-message

git-commit-message is a set of utilities use to enforce particualr git commit message formats and generate changelogs from them.

Note that git-commit-message is beta quality. There may be bugs and future update may contain breaking changes.

Install

git-commit-message can be installed either from a package manager, a package, or source.

Configure the SylvanBytes package manager of your choice and install git-commit-message as sylvanbytes-git-commit-message.

See the project page for more information.

Alpine Package Install

  1. Configure your system to use the SylvanBytes Alpine package repository.

  2. Install the package:

    apk add sylvanbytes-git-commit-messages
    

Manual Alpine Install

  1. Search the Alpine repository directly and download your preferred package.
  2. Install the package:
    apk add --allow-untrusted <package>
    

Install via source

Checkout the source from the SylvanBytes git mirror at git clone git@git.sylvanbytes.com:git-commit-message.git or git clone git@git.sr.ht:~sylvanbytes/git-commit-message and follow the instructions in the README.md.