feat: migrate changelog path to CHANGELOG.md

This commit is contained in:
Micheal Wilkinson
2026-03-21 00:27:18 +00:00
parent 62f637614d
commit ba715d9965
7 changed files with 214 additions and 14 deletions

View File

@@ -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: