Skip to content

v0.4.0

Compare
Choose a tag to compare
@wevtimoteo wevtimoteo released this 04 Nov 17:26
· 5 commits to main since this release

This will allow us to support GitLab by specifying developer real email as GitLab does not support noreply emails for marking co-authors.

Features

add

  • Now you can specify pair email:
git pair add user [email protected]

In case you omit email, it will use GitHub default noreply email (@users.noreply.github.com).

status

  • Now it prints the email that will be used to add Co-authored-by annotations:
Pairing with:

user <[email protected]>

Commit

When creating new commits if you aren't pairing you won't see Success! Co-authors registered. anymore.

Upgrade notes

If you're using v0.3.0 you need to stop pairing before upgrade. If you forgot to do that, you can "clear" pair configs by running:

git config --unset-all pair.coauthor