We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8442263 commit 7cbba08Copy full SHA for 7cbba08
action.yaml
@@ -1,6 +1,9 @@
1
name: 'Generate changelog with git-chglog'
2
-description: 'Greet someone and record the time'
3
-icon: calendar
+description: 'Generate a changelog using conventional commits using the git-chlog tool'
+branding:
4
+ icon: 'calendar'
5
+ color: 'green'
6
+
7
inputs:
8
next_version:
9
description: 'Next version'
@@ -22,4 +25,4 @@ runs:
22
25
args:
23
26
- ${{ inputs.config_dir }}
24
27
- ${{ inputs.next_version }}
- - ${{ inputs.filename }}
28
+ - ${{ inputs.filename }}
0 commit comments