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, the link to the issue is generated at the end of the fragment, which looks odd if you have a larger note with a list in it. It would be better to have the link at the beginning?
It's possible to customize the template that generates the section. Docs don't seem to cover it well but the attrs project has an example.
Not 100% sold on the towncrier format vs automatic generation from git commits. I chose towncrier because it makes it easier to edit the notes if you find typos or whatever. Harder to do that with git commits, especially if they've been merged to master already and you have a protected master branch.