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
This is a feature request to support updating multiple authors during notes generation.
This might be needed when more than one person works on an issue and they usually credit the other persons by adding the Co-authored-by: commit trailer. I think this could be extended to the changelog entries as well.
We can use a format something like below
title: 'Fix bug #666'
category: fixed
author:
- John Smith <jsmith@example.com>
- John Doe <jdoe@example.com>
issue: 666
notes: >
The bug was making it impossible to cast a spell on
a magician.
There is another alternative, but I don't personally prefer but would like to listen to your thoughts as well.
author: John Smith <jsmith@example.com>, John Doe <jdoe@example.com>
This is a feature request to support updating multiple authors during notes generation.
This might be needed when more than one person works on an issue and they usually credit the other persons by adding the
Co-authored-by:
commit trailer. I think this could be extended to the changelog entries as well.We can use a format something like below
There is another alternative, but I don't personally prefer but would like to listen to your thoughts as well.
@sduenas, what do you think about this feature?
The text was updated successfully, but these errors were encountered: