You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, you can have a news item with multiple issues by making multiple fragments with the same content. For example:
towncrier create --content "An important ossue" 123.bugfix
towncrier create --content "An important ossue" 125.bugfix
Resulting in:
...
- An important ossue (123, 125)
This is a bit ugly, especially if you want to update the text of the issue before a towncrier create since you have to do it in each file.
A suggestion from @hynek was that you could have the issues comma seperated in the fragment filename. For example:
towncrier create --content "An important issue" 123,125.bugfix
The text was updated successfully, but these errors were encountered:
SmileyChris
changed the title
I'll open a new ticket for the idea of having multiple issues in the fragment filename.
Reference multiple issues in the fragment filename
May 14, 2024
Previously discussed in #348
Currently, you can have a news item with multiple issues by making multiple fragments with the same content. For example:
This is a bit ugly, especially if you want to update the text of the issue before a
towncrier create
since you have to do it in each file.A suggestion from @hynek was that you could have the issues comma seperated in the fragment filename. For example:
The text was updated successfully, but these errors were encountered: