Skip to content

Commit ed42a3f

Browse files
committed
Update action.yml
1 parent bc0077f commit ed42a3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: 'Changelog Updater'
2-
description: 'Automatically update a "Keep a Changelog" CHANGELOG with the latest release notes.'
2+
description: 'Automatically update a CHANGELOG with the latest release notes.'
33

44
author: Stefan Zweifel <hello@stefanzweifel.io>
55

@@ -9,7 +9,7 @@ inputs:
99
description: The release notes you want to add to your CHANGELOG. Should be markdown.
1010
latest-version:
1111
required: true
12-
description: Semantic version number of the latest release. The value will be used as the heading text and as a parameter in the compare URL.
12+
description: Semantic version number of the latest release. The value will be used as a heading text.
1313
release-date:
1414
required: false
1515
description: The date the latest version has been released. Defaults to the current date.

0 commit comments

Comments
 (0)