feat: migrate changelog path to CHANGELOG.md
This commit is contained in:
@@ -26,7 +26,7 @@ inputs:
|
||||
changelog:
|
||||
description: Path to changelog file relative to repository root.
|
||||
required: false
|
||||
default: changelog.md
|
||||
default: CHANGELOG.md
|
||||
git-user-name:
|
||||
description: Name for the release commit author.
|
||||
required: false
|
||||
@@ -38,10 +38,10 @@ inputs:
|
||||
git-add-files:
|
||||
description: >
|
||||
Space-separated list of file paths to stage for the release commit.
|
||||
Defaults to changelog.md and release-version. Adjust when using a
|
||||
Defaults to CHANGELOG.md and release-version. Adjust when using a
|
||||
custom version-file.
|
||||
required: false
|
||||
default: 'changelog.md release-version'
|
||||
default: 'CHANGELOG.md release-version'
|
||||
|
||||
outputs:
|
||||
version:
|
||||
|
||||
Reference in New Issue
Block a user