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 co-authors to list of contributors #8

Open
JeanMertz opened this issue Aug 17, 2019 · 0 comments
Open

Add co-authors to list of contributors #8

JeanMertz opened this issue Aug 17, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@JeanMertz
Copy link
Member

We should parse any trailers and if there is a Co-Authored-By field, the co-author should also be added to the list of release contributors.

The supported syntax is the same as is already used elsewhere, including by GitHub, GitLab and as referenced by the Git wiki itself:

Co-authored-by: name <[email protected]>
Co-authored-by: another-name <[email protected]>"

There are others that we could/should probably support out-of-the-box as well:

Signed-off-by
Reported-by
Tested-by
Reviewed-by
Suggested-by
Acked-by

This is blocked on rustic-games/conventional-commit#9.

@JeanMertz JeanMertz added the enhancement New feature or request label Aug 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant