Skip to content
play

GitHub Action

Update the changelog

v0.0.6 Latest version

Update the changelog

play

Update the changelog

Updates the changelog based on changes through start tag and HEAD

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Update the changelog

uses: anna-money/update-changelog@v0.0.6

Learn more about this action in anna-money/update-changelog

Choose a version

Update changelog action

Generates a git changelog based on https://github.com/vaab/gitchangelog/

Inputs

changelog-template-file

Optional param

Template file for the changelog. Available values are "short.tpl" or "long.tpl". Also it can be an absolute path to mustache template.

changelog-file

Required param Path to file where to put generated changelog to. The file will be overridden

changelog-start-tag

Required param

Git tag or commit hash to start parsing changelog from