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
It would be nice to use pre-defined named teams that translate to a set of people.
For exemple, with this gcommit.conf.json
gcommit.conf.json
{ "team": [ { "name": "Alfred Billard", "email": "[email protected]", "tag": "AB" }, { "name": "Chad Delligan", "email": "[email protected]", "tag": "CD" } ], "format": "GCommit/GitHub", + "namedTeams": { + "frontend": [ "AB", "CD" ] + } }
when running the following
git gcommit frontend
would work as
git gcommit AB CD
generating
Co-authored-by: Alfred Billard <[email protected]> Co-authored-by: Chad Delligan <[email protected]>
note: don't forget to update README accodingly 🚀
The text was updated successfully, but these errors were encountered:
I would like to work on this issue
Sorry, something went wrong.
No branches or pull requests
It would be nice to use pre-defined named teams that translate to a set of people.
For exemple, with this
gcommit.conf.json
when running the following
would work as
generating
The text was updated successfully, but these errors were encountered: