We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58f471c commit 28fb257Copy full SHA for 28fb257
.github/scripts/parse_changelog_of_version.py
@@ -9,7 +9,7 @@
9
args = parser.parse_args()
10
version = args.version
11
12
- with open("../CHANGELOG.md") as f:
+ with open("../../CHANGELOG.md") as f:
13
lines = f.readlines()
14
for line in lines:
15
if line.startswith(f"## [{version}]"):
0 commit comments