Update semantic-release to the latest version 🚀
Version 7.0.1 of semantic-release just got published.
| Dependency | semantic-release |
|---|---|
| Current Version | 6.3.6 |
| Type | devDependency |
The version 7.0.1 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.
Commits
The new version differs by 9 commits.
3f85597fix(post): Create a tag before makeing a releasef148a61fix(post): fix target_commitish to be the default branch5b3bdd2chore: remove console.log64d84a0chore(travis): drop builds in Node <41fa6d50fix(package): update @semantic-release/release-notes-generator to version 3.0.16145bc9docs(readme): add sgc (#386)609b46fdocs(README): minor typo (#376)76cd99cchore(package): update standard to version 9.0.022dc640chore(package): update tap to version 10.0.1
See the full diff
Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot :palm_tree:
Version 7.0.2 just got published.
Update to this version instead 🚀
Release Notes
v7.0.2
7.0.2 (2017-08-16)
Bug Fixes
-
post: create
v1.2.3tag tag instead of branch (3f85597)Note that if a version was released with v7.0.1, you will run into the
ENOTINHISTORYerror :( To recover, follow these steps:- Make sure you are on your main branch and pulled the latest changes from remote
- Edit the package.json file, set
"version"to what ever should have been released. As an example, let's say the new version number would be1.2.3. Save the change - run
npm publishto release the new version. Make sure to run any pre-publish tasks first if you have any - revert the changes
- create a tag with
git tag v1.2.3(put in the same version as in step 2. Push the tag to GitHub withgit push --tags - Manually create a release for the tag
This will fix the problem and everything will work automagically again from here on now.
Version 8.0.0 just got published.
Version 8.0.1 just got published.
Update to this version instead 🚀
Release Notes
v8.0.1
8.0.1 (2017-09-18)
Bug Fixes
- package: update @semantic-release/commit-analyzer to version 3.0.1 (8c44c31)
- package: update @semantic-release/release-notes-generator to version 4.0.0 (dd60b46)
Commits
The new version differs by 4 commits.
8c44c31fix(package): update @semantic-release/commit-analyzer to version 3.0.1dd60b46fix(package): update @semantic-release/release-notes-generator to version 4.0.088b5895docs(README): update commit lint suggestion (#429)1ceae83docs(troubleshooting): initial version (#399)
See the full diff
Version 8.0.3 just got published.
Update to this version instead 🚀
Commits
The new version differs by 4 commits.
9951cf7fix(package): Set minimum node version to 4 (#442)2d14c53fix(package): update @semantic-release/last-release-npm to version 2.0.0277d9abchore(package): update cz-conventional-changelog to version 2.0.04612a05chore(package): update commitizen config
See the full diff
Version 8.2.0 just got published.
Update to this version instead 🚀
Release Notes
v8.2.0
8.2.0 (2017-10-12)
Features
- Allow to recover from ENOTINHISTORY with a tag and handle detached head repo (580ad9c)
Commits
The new version differs by 16 commits.
580ad9cfeat: Allow to recover from ENOTINHISTORY with a tag and handle detached head repo8e9d9f7fix: Always pass pluginConfig to plugins as a defined object90417c6fix: Exit with 1 if unexpected error happens85dd69bfeat: Retrieve version gitHead from git tags and unshallow the repo if necessarycbb51a4ci(codecov): Set default branch in codecov.ymla58d12dchore: Update badges42b3382ci(travis): Update .travis.ymlcc3c8f2ci: Use codecov for code coverageabf92adrefactor: Use ES6, Test with AVA7fe0890chore: Remove editorconfigf10f157chore: More generic.gitignore(Windows, Mac OS, Linux)40e296bchore: Remove lockfiles266a3f7chore: Add license file42456a3chore(package): update coveralls to version 3.0.03a4334ffix(package): update @semantic-release/error to version 2.0.0
There are 16 commits in total.
See the full diff
Version 11.0.2 just got published.
Update to this version instead 🚀
Commits
The new version differs by 43 commits.
4053d8ffix: log plugin type in addition of path88f33ecchore(package): update mockserver-client to version 5.1.10761ef3style: update to [email protected]f30fb6cchore(package): update prettier to version 1.9.00113db2docs(README): add node support policyeec4e68test: Isolate environment variables passed to semantic-release8371a03test: VerifyErrorinstance type and SemanticReleaseError name2491032test: Add test to check unexpected plugin return values02ddf34Fix: Remove redundant test of commitAnalyzer plugin output6859591chore: Clean up mistakenly added configs613a646fix: Typo in error messagesd7b323dfix: Acceptundefinedvalues for thegetLastReleaseandgenerateNotespluginsa7359bftest: Improve docker start/stop scriptfcb832bfix: removenamefrom log as it's not an existing option anymore89f5e07chore(package): update ava to version 0.24.0
There are 43 commits in total.
See the full diff
Version 12.2.2 just got published.
Update to this version instead 🚀
Commits
The new version differs by 31 commits.
cc0c312fix: set node minimum version to 8.393173e2fix(package): update execa to version 0.9.048ade92chore(package): update prettier to version 1.10.049ad198docs(contrib): add atomic commits requirementadbcca6docs: add issue templatee0b4e6adocs: add CONTRIBUTING guidelines53f3de6feat: allow to exclude commits from analysisfd54eeadocs: update Yarn FAQba79c85docs: typos. clarifications75778bcdocs: troubleshootingd6c398fdocs: add heading anchorfdb995fdocs: publish with gitbooked89361docs: documentation improvementsf4d9ebefix(security): Updated marked dependency5bc46a0feat: allow to release from local machine
There are 31 commits in total.
See the full diff
Version 12.2.4 just got published.
Version 12.2.5 just got published.
Version 12.4.0 just got published.
Version 12.4.1 just got published.
Version 15.0.0 just got published.
Update to this version instead 🚀
Release Notes
v15.0.0
15.0.0 (2018-02-19)
Features
- add the
prepareplugin hook (c2beb64)
BREAKING CHANGES
- Committing or creating files in the
publishplugin hook is not supported anymore and now must be done in thepreparehook
Plugins with a publish hook that makes a commit or create a file that can be committed must use the prepare hook.
Commits
The new version differs by 44 commits.
c2beb64feat: add theprepareplugin hook20246c0fix: exclude empty env var value from replacement857d418fix: allow boolean option to be set in config file4d04901style: lintaa724e8chore(package): simplify xo configurationce15b75chore(package): update xo to version 0.20.01966f0efix: verify branch first305f4eefix: do not transform repositoryUrl if it allow to push9788fcafeat: use@semantic-release/githubas default forsuccessandfailhooks04f3061fix: remove the github plugin from default success and fail hooks1b3c51ddocs: add missingsuccessandfailoptions8a2ef48test: revert to mockserver:latest docker containerce1e74ffix: set repository authentication whenrepositoryUrlis set as an optionb6837a2test: use older version of mockserver97cb354feat: improve CLI
There are 44 commits in total.
See the full diff
Version 15.0.1 just got published.
Update to this version instead 🚀
Commits
The new version differs by 4 commits.
e5a73d8fix: remove unecessaryconsole.log50f3c6edocs(README): correct pluralization78f0937chore(package): update proxyquire to version 2.0.0a7c187fdocs: fix grammar and typos in README, CONTRIBUTING, installation guide, and plugin guide
See the full diff
Version 15.0.2 just got published.
Version 15.0.3 just got published.
Version 15.1.2 just got published.
Version 15.1.3 just got published.
Version 15.1.4 just got published.
Version 15.1.5 just got published.
Version 15.1.6 just got published.
Version 15.1.7 just got published.
Update to this version instead 🚀
Commits
The new version differs by 4 commits.
cb1f80cfix: add trailing.gittorepositoryUrlonly if it's present in the configured URL7c9ec41fix(package): update git-url-parse to version 9.0.0a1138a6docs: update plugins package name6172eb8docs: add plugins to the community list
See the full diff
Version 15.1.8 just got published.
Update to this version instead 🚀
Release Notes
v15.1.8
15.1.8 (2018-04-29)
Bug Fixes
- package: update env-ci to version 2.0.0 (b9bd650)
Commits
The new version differs by 4 commits.
b9bd650fix(package): update env-ci to version 2.0.06e15c18chore(package): update p-retry to version 2.0.05af9031docs: add details on NPM error 403 to troubleshooting doc218aa32docs: add semantic-release-chrome to the list of community plugins
See the full diff
Version 15.1.11 just got published.
Update to this version instead 🚀
Commits
The new version differs by 8 commits.
e88ac63fix: fix Bitbucket authenticated URLa52f258refactor: renameoriginparameters torepositoryUrl3f61453test: prevent username/password prompt inget-git-auth-urltestsd15905cfix: verify the local branch is up to date with the remote onea11da0ddocs: fix jsdoc typos65aaa77refactor: remove unused test util function45d7e6ffix: unshallow repository with credentialsc02b5cachore(package): update sinon to version 5.0.1
See the full diff
Version 15.3.0 just got published.
Update to this version instead 🚀
Release Notes
v15.3.0
15.3.0 (2018-05-04)
Features
- log
giterror message when authentication verification fails (cd9f2bd)
Commits
The new version differs by 6 commits.
cd9f2bdfeat: loggiterror message when authentication verification failsd1c3ad0docs: issue templates ordere3da172docs: remove old issue templates05b09b1docs(ISSUE_TEMPLATES): initial versionc93775cfeat: add support for Bitbucket token in environment variables22c5bbechore(package): update fs-extra to version 6.0.0
See the full diff
Version 15.4.1 just got published.
Update to this version instead 🚀
Release Notes
v15.4.1
15.4.1 (2018-05-09)
Bug Fixes
- use
git rev-parse origin/${branch}to verify origin head (d7081fa)
Commits
The new version differs by 8 commits.
d7081fafix: usegit rev-parse origin/${branch}to verify origin head61d7d38feat: set tag author and committer name/email4352144fix: correctgit merge-baseerror code handling20245b7docs: add comment about publishing with ssh keys349b2e8fix(package): update cosmiconfig to version 5.0.01ed466eci: run test on Node.js 10f0f325ddocs: add link to shareable configs and plugins listf3e4991chore(package): update xo to version 0.21.0
See the full diff
Version 15.4.2 just got published.
Version 15.4.3 just got published.
Version 15.4.4 just got published.
Version 15.5.0 just got published.
Version 15.5.1 just got published.
Update to this version instead 🚀
Commits
The new version differs by 6 commits.
6a36832fix(plugin-load): clarify load message4d47b20docs: clarify config file formatddcf29achore(package): update nyc to version 12.0.14c157f3docs(plugins): add semantic-release-vscec6636abdocs(plugins): remove warning44fd7fechore(package): update delay to version 3.0.0
See the full diff