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
feat: set name/email of commit author and committer via Git env var
BREAKING CHANGE: the `GIT_USERNAME` and `GIT_EMAIL` environment variables are replaced by the [Git environment variables](https://git-scm.com/book/en/v2/Git-Internals-Environment-Variables#_committing) `GIT_AUTHOR_NAME`, `GIT_AUTHOR_EMAIL`, `GIT_COMMITTER_NAME` and `GIT_COMMITTER_EMAIL`.
Co-authored-by: Sergey Bekrin <sergey@bekrin.me>
|`GIT_USERNAME`|[Git username](https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup#_your_identity) associated with the release commit. |@semantic-release-bot. |
27
-
|`GIT_EMAIL`|[Git email address](https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup#_your_identity) associated with the release commit. |@semantic-release-bot email address. |
|`GIT_AUTHOR_NAME`| The author name associated with the release commit. See [Git environment variables](https://git-scm.com/book/en/v2/Git-Internals-Environment-Variables#_committing). |@semantic-release-bot. |
27
+
|`GIT_AUTHOR_EMAIL`| The author email associated with the release commit. See [Git environment variables](https://git-scm.com/book/en/v2/Git-Internals-Environment-Variables#_committing). |@semantic-release-bot email address. |
28
+
|`GIT_COMMITTER_NAME`| The committer name associated with the release commit. See [Git environment variables](https://git-scm.com/book/en/v2/Git-Internals-Environment-Variables#_committing). |@semantic-release-bot. |
29
+
|`GIT_COMMITTER_EMAIL`| The committer email associated with the release commit. See [Git environment variables](https://git-scm.com/book/en/v2/Git-Internals-Environment-Variables#_committing). |@semantic-release-bot email address. |
0 commit comments