We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
Co-Authored-By
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
There are others that we could/should probably support out-of-the-box as well:
This is blocked on rustic-games/conventional-commit#9.
The text was updated successfully, but these errors were encountered: