conventional-changelog-action/action.yml

12 lines
289 B
YAML

name: 'Conventional Changelog'
description: 'Bump version, tag commit and generates changelog with conventional commits.'
author: 'Tycho Bokdam'
runs:
using: 'node12'
main: 'src/index.js'
branding:
icon: 'edit'
inputs:
- git-message: 'chore: Release {version}'
required: false