From aa0db049a59cc4a8365169cb94321a2aa95ef018 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0ar=C5=ABnas=20Nejus?= Date: Fri, 22 Nov 2024 01:32:15 +0000 Subject: [PATCH] Release: fix bumping the version in the changelog --- docs/changelog.rst | 6 +++--- extra/release.py | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 71f6bbc95..ccf13930a 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,11 +1,11 @@ Changelog ========= +Changelog goes here! Please add your entry to the bottom of one of the lists below! + Unreleased ---------- -Changelog goes here! Please add your entry to the bottom of one of the lists below! - New features: * New template function added: ``%capitalize``. Converts the first letter of @@ -14,7 +14,7 @@ New features: `beet list -a title:something` or `beet list artpath:cover`. Consequently album queries involving `path` field have been sped up, like `beet list -a path:/path/`. -* New `keep_in_artist` option for the :doc:`plugins/ftintitle` plugin, which +* :doc:`plugins/ftintitle`: New `keep_in_artist` option for the plugin, which allows keeping the "feat." part in the artist metadata while still changing the title. * :doc:`plugins/autobpm`: Add new configuration option ``beat_track_kwargs`` diff --git a/extra/release.py b/extra/release.py index 1e90eb97b..329fbb208 100755 --- a/extra/release.py +++ b/extra/release.py @@ -40,7 +40,10 @@ def update_changelog(text: str, new: Version) -> str: Unreleased ---------- -Changelog goes here! Please add your entry to the bottom of one of the lists below! +New features: +Bug fixes: +For packagers: +Other changes: {new_header} {'-' * len(new_header)}