Skip to content

Commit 380f5c6

Browse files
authored
Fix: documentation for changelog.py (#12)
1 parent e8da454 commit 380f5c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

changelog/changelog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Execute with:
1111
1212
$ export GITHUB_TOKEN=ghp_XXX
13-
$ python3 .github/backport.py <last-commit-of-previous-release>
13+
$ python3 .github/changelog.py <last-commit-of-previous-release>
1414
"""
1515

1616
import json

0 commit comments

Comments
 (0)