Files
release-changelog-builder-a…/action.yml
T

15 lines
410 B
YAML

name: 'Release Changelog Builder'
description: 'Pulls all merged pull requests, and constructs the changelog for a release'
author: 'Mike Penz'
inputs:
milliseconds: # change this
required: true
description: 'input description here'
default: 'default value if applicable'
outputs:
changelog:
description: The generated changelog as markdown.
runs:
using: 'node12'
main: 'dist/index.js'