Skip to content

Commit

Permalink
Update .github/changelog-processor.py
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver Tale-Yazdi <[email protected]>
  • Loading branch information
bkchr and ggwpez authored Oct 17, 2023
1 parent 41611a1 commit f2758c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/changelog-processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
parser.add_argument(
"changelog",
metavar="CHANGELOG",
help="Path to the CHANGELOG.md file"
help="Path to the CHANGELOG.md file",
default="CHANGELOG.md",
nargs='?'
)
parser.add_argument(
"--print-latest-version",
Expand Down

0 comments on commit f2758c5

Please sign in to comment.