Skip to content

Commit aa0db04

Browse files
committed
Release: fix bumping the version in the changelog
1 parent c6c4afa commit aa0db04

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

docs/changelog.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Changelog
22
=========
33

4+
Changelog goes here! Please add your entry to the bottom of one of the lists below!
5+
46
Unreleased
57
----------
68

7-
Changelog goes here! Please add your entry to the bottom of one of the lists below!
8-
99
New features:
1010

1111
* New template function added: ``%capitalize``. Converts the first letter of
@@ -14,7 +14,7 @@ New features:
1414
`beet list -a title:something` or `beet list artpath:cover`. Consequently
1515
album queries involving `path` field have been sped up, like `beet list -a
1616
path:/path/`.
17-
* New `keep_in_artist` option for the :doc:`plugins/ftintitle` plugin, which
17+
* :doc:`plugins/ftintitle`: New `keep_in_artist` option for the plugin, which
1818
allows keeping the "feat." part in the artist metadata while still changing
1919
the title.
2020
* :doc:`plugins/autobpm`: Add new configuration option ``beat_track_kwargs``

extra/release.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,10 @@ def update_changelog(text: str, new: Version) -> str:
4040
Unreleased
4141
----------
4242
43-
Changelog goes here! Please add your entry to the bottom of one of the lists below!
43+
New features:
44+
Bug fixes:
45+
For packagers:
46+
Other changes:
4447
4548
{new_header}
4649
{'-' * len(new_header)}

0 commit comments

Comments
 (0)