Releases: semantic-release/git
Releases · semantic-release/git
v7.0.4
v7.0.3
v7.0.2
v7.0.1
v7.0.0
v6.0.2
v6.0.1
v6.0.0
6.0.0 (2018-06-27)
Features
- commit files from
assets
even if in they are in.gitignore
(629dfc4)
BREAKING CHANGES
- the
.gitignore
file is now ignored when adding files to the release commit
Each files matching a glob in assets
will now be included in the release commit. The assets
option has now to be configured to match exactly the the files that have to be commited, independently of the .gitignore
file.
v5.0.0
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 [email protected]