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
If you're using a text editor on the command line to type your commit message, ensure there are two lines between the end of your commit description and the Co-authored-by: commit trailer.
$ git commit -m "refactor: subject
>
Body
>
Footer
>
>
Co-authored-by: name <[email protected]>
Co-authored-by: another-name <[email protected]>"
Current Behavior
✖ footer must have leading blank line [footer-leading-blank]
Affected packages
cli
core
prompt
config-angular
Context
Will help when working on a context of pair/mob programming
The text was updated successfully, but these errors were encountered:
Expected Behavior
https://help.github.com/articles/creating-a-commit-with-multiple-authors/
Current Behavior
Affected packages
Context
Will help when working on a context of pair/mob programming
The text was updated successfully, but these errors were encountered: