This repository has been archived by the owner on Jan 20, 2023. It is now read-only.
Releases: semantic-release/apm-config
Releases · semantic-release/apm-config
v4.0.1
4.0.1 (2018-08-04)
Bug Fixes
- package: update @semantic-release/exec to version 3.0.1 (fada382), closes #57
v4.0.0
v3.0.1
v3.0.0
3.0.0 (2018-06-27)
Bug Fixes
- package: update @semantic-release/git to version 5.0.0 (1e4e4a8)
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
. - the
.gitignore
file is now ignored when adding files to the release commit.
Each files matching a glob inassets
will now be included in the release commit. Theassets
option has now to be configured to match exactly the the files that have to be committed, independently of the.gitignore
file.
Migration guide
If you use the environment variables GIT_USERNAME
and GIT_EMAIL
, replace them by GIT_AUTHOR_NAME
, GIT_AUTHOR_EMAIL
, GIT_COMMITTER_NAME
and GIT_COMMITTER_EMAIL
.
If you have files matched by globs in assets
and in .gitignore
that you do not want to be included in the release commit, refactor your assets
globs to not include those files.