Skip to content

Commit

Permalink
fix: Allow default value for path-to-changelog (#248)
Browse files Browse the repository at this point in the history
* Allow default value for path-to-changelog

* Document default value of path-to-changelog
  • Loading branch information
MattiSG authored Nov 22, 2022
1 parent d38ed79 commit b237163
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
1 change: 0 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit b237163

Please sign in to comment.