Open greenkeeper[bot] opened 4 years ago
devDependency
semantic-release was updated from 16.0.0-beta.18
to 16.0.1
.devDependency
semantic-release was updated from 16.0.0-beta.18
to 16.0.4
.devDependency
semantic-release was updated from 16.0.0-beta.18
to 17.0.0
.devDependency
semantic-release was updated from 16.0.0-beta.18
to 17.0.1
.devDependency
semantic-release was updated from 16.0.0-beta.18
to 17.0.2
.devDependency
semantic-release was updated from 16.0.0-beta.18
to 17.0.3
.devDependency
semantic-release was updated from 16.0.0-beta.18
to 17.0.4
.devDependency
semantic-release was updated from 16.0.0-beta.18
to 17.0.5
.devDependency
semantic-release was updated from 16.0.0-beta.18
to 17.0.6
.devDependency
semantic-release was updated from 16.0.0-beta.18
to 17.0.7
.π¨ Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! π ππ¨ π
Find out how to migrate to Snyk at greenkeeper.io
devDependency
semantic-release was updated from 16.0.0-beta.18
to 17.0.8
.
The devDependency semantic-release was updated from
16.0.0-beta.18
to16.0.0
.This version 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.
Publisher: semantic-release-bot License: MIT
Release Notes for v16.0.0
16.0.0 (2020-01-09)
Bug Fixes
channel
to publish success log (5744c5e)ERELEASEBRANCHES
error message (#1188) (37bcc9e)ci
option via API and config file (2faff26)getTagHead
only when necessary (de77a79)success
plugin only once for releases added to a channel (9a023b4)addChannel
for 2 merged branches configured with the same channel (4aad9cd)false
(751a5f1)getError
(f96c660)await
(9a1af4d)get-tags
algorithm (00420a8)@semantic-release/github
and@semantic-release/npm
(d55fda3)@semantic-release/github
(9a30f35)@semantic-release/npm
and@semantic-release/github
(d6731b9)branch
parameter frompush
function (968b996)Features
addChannel
plugins to returnfalse
in order to signify no release was done (e1c7269)publish
plugins to returnfalse
in order to signify no release was done (47484f5)Performance Improvements
git tag --merge <branch>
to filter tags present in a branch history (cffe9a8)BREAKING CHANGES
Require Node.js >= 10.13
Use Git notes to store the channels on which a version has been released.
This feature change the way semantic-release keep track of the channels on which a version has been released.
It now use a JSON object stored in a Git note instead of Git tags formatted as v{version}@{channel}.
The tags formatted as v{version}@{channel} will now be ignored.
If you have made releases with v16.0.0-beta on branches other than the default one you will have to update your repository.
If you have never used v16.0.0-beta nothing has to be done in your repo.
The changes to make consist in:
{"channels":["channel1","channel2"]}
and usingnull
for the default channel (for example.{"channels":[null,"channel1","channel2"]}
)Git CLI version 2.7.1 or higher is now required
The
--merge
option of thegit tag
command has been added in Git version 2.7.1 and is now used by semantic-releaseRegexp are not supported anymore for property matching in the
releaseRules
option.Regex are replaced by globs. For example
/core-.*/
should be changed to'core-*'
.The
branch
option has been removed in favor ofbranches
The new
branches
option expect either an Array or a single branch definition. To migrate your configuration:master
: nothing to changebranch
configuration and want to publish only from one branch: replacebranch
bybranches
("branch": "my-release-branch"
=>"branches": "my-release-branch"
)Commits
The new version differs by 194 commits.
0785a84
fix: update plugin versions
152bf45
Merge remote-tracking branch 'origin/beta'
3ba8f2a
Merge remote-tracking branch 'origin/master' into beta
a8c747d
feat: pass
envi-ci
values to plugins contextfc70726
chore: add Mockserver generated file to gitignore
fc7205d
fix: correctly display command that errored out in logs
9772563
fix: look also for previous prerelease versions to determine the next one
61665be
fix: correct log when adding channel to tag
a8747c4
fix: verify is branch is up to date by comparing remote and local HEAD
9a1af4d
fix: remove unnecessary
await
9ecc7a3
fix: increase next version on prerelease branch based on highest commit type
c16fcc9
Merge branch 'master' into beta
a373f8b
ci: use Travis import to share config across organization
0716a45
feat: require Node.js >=10.13
916c268
feat: allow to release any version on a branch if up to date with next branch
There are 194 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: