Skip to content

cucumber/action-changelog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Changelog GitHub Action

This action runs changelog binary from rcmachado/changelog image.

@rcmachado/changelog generate and manipulate CHANGELOG.md files that follow the https://keepachangelog.com format.

Inputs

args

Required The arguments to pass to changelog binary.

Outputs

result

The output from the changelog command

Example usage

uses: rcmachado/changelog-action@v1
with:
  args: fmt

The output will be in the step's result output.

License

This work is licensed under MIT. See LICENSE for details.