Hi, I guess this is a bug. Suppose to have the following configuration (conf.py)
changelog_sections = ["Introduction", "Getting Started", "General" ]
changelog_inner_tag_sort = ["Improvement", "Change", "Bugfix", "New Feature"]
changelog_hide_sections_from_tags = True
And the following code somewhere in a .rst file
.. changelog::
:released: 30 November 2022
.. change::
:tags: New Feature, Getting Started
A Quick start was added
.. change::
:tags: Bugfix, General
Fixed a typo in the syntax of a command.
Everything is correctly generated, but the "Getting Started" tag is not stripped from the tag list:

Expected result
Getting Started tag should be removed:

Hi, I guess this is a bug. Suppose to have the following configuration (
conf.py)And the following code somewhere in a
.rstfileEverything is correctly generated, but the "Getting Started" tag is not stripped from the tag list:

Expected result
Getting Started tag should be removed: