fix: Fixed name action.yml

releases/v3 v0.0.1
Tycho Bokdam 2019-10-18 00:04:14 +02:00
parent 8e28ba43e0
commit 70ed437cb4
No known key found for this signature in database
GPG Key ID: A0FAE77C8CDF33C7
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -0,0 +1 @@
node_modules

View File

@ -1,4 +1,4 @@
name: 'Conventional Changelog' name: 'Conventional Changelog Action'
description: 'Bump version, tag commit and generates changelog with conventional commits.' description: 'Bump version, tag commit and generates changelog with conventional commits.'
author: 'Tycho Bokdam' author: 'Tycho Bokdam'
runs: runs:
@ -6,6 +6,7 @@ runs:
main: 'src/index.js' main: 'src/index.js'
branding: branding:
icon: 'edit' icon: 'edit'
color: 'red'
inputs: inputs:
- git-message: 'chore: Release {version}' - git-message: 'chore: Release {version}'
required: false required: false