Open greenkeeper[bot] opened 6 years ago
devDependency
semantic-release was updated from 12.4.1
to 15.10.7
.devDependency
semantic-release was updated from 12.4.1
to 15.10.8
.devDependency
semantic-release was updated from 12.4.1
to 15.11.0
.Update to this version instead π
analyzeCommits
step (5180001)The new version differs by 6 commits.
5180001
feat: support multiple plugins for the analyzeCommits
step
728ea34
fix: remove redundant log
83af7ac
docs: mention default analyzeCommits
plugin
8e564eb
docs: update FAQ to reflect new plugins
option
dff1f10
docs: mention postversion
npm script hook to run build scripts
ae4995c
style: fix prettier errors
See the full diff
devDependency
semantic-release was updated from 12.4.1
to 15.12.0
.Update to this version instead π
prepare
, publish
, success
and fail
plugins skipped in dry-run mode (90da6a0)The new version differs by 4 commits.
90da6a0
feat: add logs about prepare
, publish
, success
and fail
plugins skipped in dry-run mode
90b4974
test: test that dry-run also skips prepare
step
c86518a
fix: do not underline log messages
e92c84e
fix: indicate in logs if running in dry-run mode
See the full diff
devDependency
semantic-release was updated from 12.4.1
to 15.12.1
.Update to this version instead π
The new version differs by 10 commits.
2b082ac
fix: push only tags to remote repo
aa022e0
test: clarify variables name
f2ede5b
docs: typo in JS docs
9742712
test: verify errors have message and details
5937f13
test: fix typo
43dbd10
refactor: prefer filter shorter form
9f5645c
refactor: harmonize git utils function names
e594638
test: prefer array spread
244f014
docs: add Codefresh in list of CIs with pipelines
218d830
docs: fix quote marks (#986)
See the full diff
devDependency
semantic-release was updated from 12.4.1
to 15.12.2
.devDependency
semantic-release was updated from 12.4.1
to 15.12.3
.devDependency
semantic-release was updated from 12.4.1
to 15.12.4
.devDependency
semantic-release was updated from 12.4.1
to 15.12.5
.Update to this version instead π
ci
option via API and config file (862ec4c)The new version differs by 8 commits.
649b530
docs: mention that debug
option is CLI only
862ec4c
fix: allow to set ci
option via API and config file
6b110b6
docs: switch to spectrum.chat
e4c6649
docs: syntax fixes in plugins list
6220641
docs: add @semantic-release/apm
to plugins list
a45273e
docs: add maven-semantic-release to list of community plugins
d109113
chore(package): update nyc and sinon
cd69583
test: delete unused test helper file
See the full diff
devDependency
semantic-release was updated from 12.4.1
to 15.13.0
.Update to this version instead π
publish
plugins to return false
in order to signify no release was done (70c68ef)The new version differs by 4 commits.
70c68ef
feat: allow publish
plugins to return false
in order to signify no release was done
048292b
docs: fix broken link in CircleCI recipe
0f642ff
docs: remove mentions of travis-deploy-once
89ad3a0
chore(package): update p-retry to version 3.0.0
See the full diff
devDependency
semantic-release was updated from 12.4.1
to 15.13.1
.devDependency
semantic-release was updated from 12.4.1
to 15.13.2
.devDependency
semantic-release was updated from 12.4.1
to 15.13.3
.devDependency
semantic-release was updated from 12.4.1
to 15.13.12
.Update to this version instead π
The new version differs by 21 commits.
6f3c21a
fix(package): update resolve-from to version 5.0.0
06fe435
fix(package): update aggregate-error to version 3.0.0
61762e6
docs: update commitlint URL
5072fef
chore(package): update file-url to version 3.0.0
d61e3bc
fix(package): update semver to version 6.0.0
0cd8a57
docs: correct way to print release plugin name
db3fc3e
fix(package): update hook-std to version 2.0.0
a90a103
fix(package): update read-pkg-up to version 5.0.0
30723c5
fix(package): update p-reduce to version 2.0.0
840af0d
chore(package): update p-retry to version 4.0.0
0a584de
fix(package): update get-stream to version 5.0.0
a5babc6
fix(package): update p-locate to version 4.0.0
322c1c6
chore(package): update ava to version 1.3.1
20e5d83
chore(package): update sinon to version 7.2.7
e5a5867
docs(circle): fix incorrect script example
There are 21 commits in total.
See the full diff
devDependency
semantic-release was updated from 12.4.1
to 15.13.16
.devDependency
semantic-release was updated from 12.4.1
to 15.13.17
.devDependency
semantic-release was updated from 12.4.1
to 15.13.18
.devDependency
semantic-release was updated from 12.4.1
to 15.13.19
.devDependency
semantic-release was updated from 12.4.1
to 15.13.21
.devDependency
semantic-release was updated from 12.4.1
to 15.13.24
.
βοΈ Greenkeeperβs updated Terms of Service will come into effect on April 6th, 2018.
Version 15.0.0 of semantic-release was just published.
The version 15.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.
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
v15.0.015.0.0 (2018-02-19)
Features
prepare
plugin hook (c2beb64)BREAKING CHANGES
publish
plugin hook is not supported anymore and now must be done in theprepare
hookPlugins with a
publish
hook that makes a commit or create a file that can be committed must use theprepare
hook.Commits
The new version differs by 44 commits.
c2beb64
feat: add the
prepare
plugin hook20246c0
fix: exclude empty env var value from replacement
857d418
fix: allow boolean option to be set in config file
4d04901
style: lint
aa724e8
chore(package): simplify xo configuration
ce15b75
chore(package): update xo to version 0.20.0
1966f0e
fix: verify branch first
305f4ee
fix: do not transform repositoryUrl if it allow to push
9788fca
feat: use
@semantic-release/github
as default forsuccess
andfail
hooks04f3061
fix: remove the github plugin from default success and fail hooks
1b3c51d
docs: add missing
success
andfail
options8a2ef48
test: revert to mockserver:latest docker container
ce1e74f
fix: set repository authentication when
repositoryUrl
is set as an optionb6837a2
test: use older version of mockserver
97cb354
feat: improve CLI
There are 44 commits in total.
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: