v5.0.0
semantic-release-bot
released this
08 May 17:23
·
293 commits
to master
since this release
5.0.0 (2018-05-08)
Features
- set name/email of commit author and committer via Git env var (a58c357)
BREAKING CHANGES
- the
GIT_USERNAME
andGIT_EMAIL
environment variables are replaced by the Git environment variablesGIT_AUTHOR_NAME
,GIT_AUTHOR_EMAIL
,GIT_COMMITTER_NAME
andGIT_COMMITTER_EMAIL
.
Co-authored-by: Sergey Bekrin sergey@bekrin.me