diff --git a/README.md b/README.md index 6a6eb1b..4012eba 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ jobs: - name: Update changelog uses: @superfaceai/release-changelog-action@v1 with: - path-to-changelog: CHANGELOG.md + path-to-changelog: CHANGELOG.md # optional, default value is `CHANGELOG.md` version: 1.0.0 operation: release ``` diff --git a/action.yml b/action.yml index 7b8d104..b2bb370 100644 --- a/action.yml +++ b/action.yml @@ -4,7 +4,6 @@ author: 'superface.ai' inputs: path-to-changelog: description: 'Path to changelog file in keep-a-changelog format' - required: true default: ./CHANGELOG.md version: description: 'Version to be released or read'