Skip to content

PurpleBooth/changelog-action

Repository files navigation

changelog-action

A composite action that wraps the git-cliff action with a default config

Input variables

  • config: Path of the configuration file. (Default: "cliff.toml")
  • args: Arguments to pass to git-cliff. (Default: "-v")
  • output: The output file to write to (Default: "CHANGELOG.md")

Output variables

  • changelog: Output file that contains the generated changelog.

Example usage

Generate the changelog

generate-changelog:
  runs-on: ubuntu-latest
  steps:
  - uses: actions/checkout@v2
    with:
      fetch-depth: 0
      ref: v1.1.0
  - uses: PurpleBooth/changelog-action@v0.3.3
    with:
      args: v1.0.0..v1.1.0

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •