Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reference multiple issues in the fragment filename #599

Open
SmileyChris opened this issue May 14, 2024 · 0 comments
Open

Reference multiple issues in the fragment filename #599

SmileyChris opened this issue May 14, 2024 · 0 comments

Comments

@SmileyChris
Copy link
Contributor

Previously discussed in #348

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
@SmileyChris 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant