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

Add support for multiple authors #49

Closed
vchrombie opened this issue Jun 19, 2022 · 1 comment
Closed

Add support for multiple authors #49

vchrombie opened this issue Jun 19, 2022 · 1 comment

Comments

@vchrombie
Copy link
Contributor

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>

@sduenas, what do you think about this feature?

@sduenas
Copy link
Member

sduenas commented Jun 20, 2022

@vchrombie definitely, it will be great to have something like that. I agree I prefer first proposal.

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

Successfully merging a pull request may close this issue.

2 participants