From a2fa062277f26110a1a55d838805e58a48d00cae Mon Sep 17 00:00:00 2001 From: Ada Bohm Date: Fri, 20 Sep 2024 16:15:40 +0200 Subject: [PATCH] Extracting changelog fixed --- CHANGELOG.md | 4 ++-- scripts/extract_changelog.py | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f23ec7bc6..948bce865 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.20.0 +# v0.20.0 ## New features @@ -32,7 +32,7 @@ * Dashboard still not enabled in this version -# 0.19.0 +# v0.19.0 ## New features diff --git a/scripts/extract_changelog.py b/scripts/extract_changelog.py index 8bac4c36b..3ba1ffe07 100644 --- a/scripts/extract_changelog.py +++ b/scripts/extract_changelog.py @@ -45,3 +45,4 @@ def get_matching_lines(text: str, tag: str): - **hyperqueue-{tag}-\\***: Wheel containing the `hyperqueue` package with HyperQueue Python bindings. """ + print(output)