Update semantic-release to version 6.3.2 🚀 #36
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello lovely humans,
semantic-release just published its new version 6.3.2.
This version is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of semantic-release.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Do you have any ideas how I could improve these pull requests? Did I report anything you think isn’t right?
Are you unsure about how things are supposed to work?
There is a collection of frequently asked questions and while I’m just a bot, there is a group of people who are happy to teach me new things. Let them know.
Good luck with your project ✨
You rock!
🌴
GitHub Release
6.3.2 (2016-11-17)
Bug Fixes
We always want semantic-release to be simple and clean.
On versions 4 and below it requires a Python script, configured with 3 additional lines in your .travis.yml file, to get semantic-release to properly work with test matrices (i.e. testing multiple node versions).
In an attempt to fix this we published version 6 and on with a bundled JavaScript version of that script, so there was no need for additional config anymore.
Unfortunately though this broke compatibility with Travis Pro, because the JavaScript version does not support that. Version 6 never reached the "latest" dist-tag and stayed on "next" for quite some time, just because of this.
This has been the sad state of semantic-release for way too long, so we built travis-deploy-once. Another very simple JavaScript version of that script, but with out-of-the-box Travis Pro support.
So here it is: semantic-release 6.3.2. No more python script awkwardness in your .travis.yml files, no more latest/next confusion.
The last version on "latest" was 4.3.5 so here are the breaking changes that happened since then. Upgrading should be trivial.
From 6.0.0: Breaking Changes
.travis.yml
.before_script:
-- curl -Lo travis_after_all.py https://git.io/vLSON
after_success:
-- python travis_after_all.py
-- export $(cat .to_export_back)
--
(ef162321)
From 5.0.0: Breaking Changes
(7a4c89f1)
The new version differs by 110 commits (ahead by 110, behind by 18).
2be6e5d
fix: use travis-deploy-once to reenable travis-pro support
a5cb9ea
fix(gitlog): increase maxBuffer
15e6daf
Merge pull request #262 from semantic-release/greenkeeper-npmlog-4.0.0
2326cda
chore(package): update npmlog to version 4.0.0
4afb280
chore(package): update tap to version 6.2.0 (#260)
7da7695
chore(package): update nyc to version 7.0.0 (#255)
41125ee
docs(readme): fix grammar
cca50ef
Merge pull request #212 from semantic-release/greenkeeper-nock-8.0.0
4807dee
Merge branch 'caribou' into greenkeeper-nock-8.0.0
f89792e
Merge pull request #226 from semantic-release/greenkeeper-run-auto-2.0.0
4078638
Merge branch 'caribou' into greenkeeper-run-auto-2.0.0
89ded2d
refactor(pre): adapt to new run-auto api
0a89265
Merge pull request #227 from aquavitae/caribou
ad2a615
feat(ssl): expose cafile from npm config
45e04be
chore(package): update run-auto to version 2.0.0
There are 110 commits in total. See the full diff.
This pull request was created by greenkeeper.io.
Tired of seeing this sponsor message? ⚡
greenkeeper upgrade