parent
8e28ba43e0
commit
70ed437cb4
|
@ -0,0 +1 @@
|
||||||
|
node_modules
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue