Closed greenkeeper[bot] closed 5 years ago
Update to this version instead ๐
Update to this version instead ๐
semantic-release
>= 15.9.0
devDependency
@semantic-release/apm-config was updated from 2.0.1
to 6.0.1
.Update to this version instead ๐
The new version differs by 7 commits.
a00e90a
fix: correct plugin list
42a1d7f
fix(package): typo in description
b5d20ca
feat: use new plugins
option and @semantic-release/apm
plugin
a1e8c75
test: update mock for @semantic-release/github@5.2.1
1727d63
chore(package): update commitizen to version 3.0.0
5526b4b
chore(package): update strip-ansi to version 5.0.0
79adc62
chore(package): update xo to version 0.23.0
See the full diff
Version 3.0.0 of @semantic-release/apm-config was just published.
The version 3.0.0 is not covered by your current version range.
If you donโt accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
It might be worth looking into these changes and trying to get this project onto the latest version of @semantic-release/apm-config.
If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you donโt have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.
Release Notes
v3.0.03.0.0 (2018-06-27)
Bug Fixes
BREAKING CHANGES
GIT_USERNAME
andGIT_EMAIL
environment variables are replaced by the Git environment variablesGIT_AUTHOR_NAME
,GIT_AUTHOR_EMAIL
,GIT_COMMITTER_NAME
andGIT_COMMITTER_EMAIL
..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. 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
andGIT_EMAIL
, replace them byGIT_AUTHOR_NAME
,GIT_AUTHOR_EMAIL
,GIT_COMMITTER_NAME
andGIT_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 yourassets
globs to not include those files.Commits
The new version differs by 9 commits.
1e4e4a8
fix(package): update @semantic-release/git to version 5.0.0
d35d5a6
chore(package): update sinon to version 6.0.0
4742316
chore(package): update nyc to version 12.0.1
ad2f7f4
ci: run test on Node.js 10
52b280a
chore(package): update xo to version 0.21.0
76e47af
chore(package): update fs-extra to version 6.0.0
a3a9240
chore(package): update sinon to version 5.0.1
08f87b7
chore(package): update p-retry to version 2.0.0
0f26a5c
test: update tests for @semantic-release/github@4.2.11
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donโt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper bot :palm_tree: