We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
prepare_changelog.py
changelog_file
1 parent 4205856 commit e1654f1Copy full SHA for e1654f1
1 file changed
.github/workflows/script/prepare_changelog.py
@@ -12,7 +12,7 @@ def extract_changelog_snippet(changelog_file, version_tag):
12
output = EMPTY_CHANGELOG
13
14
else:
15
- with open('CHANGELOG.md', 'r') as f:
+ with open(changelog_file, 'r') as f:
16
lines = f.readlines()
17
18
# Include everything up to, but excluding the second heading
0 commit comments