Skip to content

This is a simple github action to handle generating a changelog on deploy.

License

Notifications You must be signed in to change notification settings

r26D/generate-changelog

Repository files navigation

generate-changelog

Updating to the current version of both chglog binaries

This action handles generating a new changelog based on (git-chglog)[https://github.com/git-chglog/git-chglog]

Inputs

with

next_tag

Optional - This provides an argument to the next-tag flag - which puts unreleased code under this tag

file

** Required ** - This is the name and path to where you want the changelog generated

experimental

Optional - This turns on an experimental version of git-chglog with more features (and potentially more bugs) More info can be found at (r26D/git-chglog)[https://github.com/r26d/git-chglog]

additional_args

Optional - These arguments are passed on to the git-chglog command

Example usage

      - name: Generate the Changelog
        uses: r26d/[email protected]
        with:
          next_tag: 1.0.0
          experimental: true
          additional_args: --path node/src
          file: "CHANGELOG.md"
  

About

This is a simple github action to handle generating a changelog on deploy.

Resources

License

Stars

Watchers

Forks

Packages