diff --git a/.gitignore b/.gitignore index e69de29..3c3629e 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +node_modules diff --git a/action.yml b/action.yml index bdd2e24..de4f411 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'Conventional Changelog' +name: 'Conventional Changelog Action' description: 'Bump version, tag commit and generates changelog with conventional commits.' author: 'Tycho Bokdam' runs: @@ -6,6 +6,7 @@ runs: main: 'src/index.js' branding: icon: 'edit' + color: 'red' inputs: - git-message: 'chore: Release {version}' required: false