Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update semantic-release in / from 11.2.0 to 13.0.0 #23

Closed
wants to merge 1 commit into from

Conversation

dependencies[bot]
Copy link

@dependencies dependencies bot commented Jan 28, 2018

Dependencies.io has updated semantic-release (a npm dependency in /) from "11.2.0" to "13.0.0".

13.0.0

13.0.0 (2018-01-27)

Bug Fixes

  • rename the --repositoryUrl CLI option to --repository-url (cb36dd4)

Features

  • get last release with git tags (d0b304e)

BREAKING CHANGES

  • The --repositoryUrl CLI options is replaced by --repository-url
  • Remove the getLastRelease plugin type

The getLastRelease plugins will not be called anymore.

  • Git repository authentication is now mandatory

The Git authentication is now mandatory and must be set via GH_TOKEN, GITHUB_TOKEN, GL_TOKEN, GITLAB_TOKEN or GIT_CREDENTIALS as described in CI configuration.

Migration Guide

Make sure the commit associated with the last release is tagged with v<last_release_version>

This will already be the case for all semantic-release users using the GitHub (default), Git or GitLab plugins or for any release done manually with npm publish.

Make sure the Git authentication is configured

This will already be the case for all semantic-release users using the GitHub (default), Git or GitLab plugins. See CI configuration.

@codecov
Copy link

codecov bot commented Jan 28, 2018

Codecov Report

Merging #23 into master will decrease coverage by 0.61%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##             master      #23      +/-   ##
============================================
- Coverage      89.6%   88.98%   -0.62%     
  Complexity       58       58              
============================================
  Files             8        8              
  Lines           125      118       -7     
============================================
- Hits            112      105       -7     
  Misses           13       13
Impacted Files Coverage Δ Complexity Δ
lib/Response.php 50% <0%> (-10%) 5% <0%> (ø)
lib/Dispatcher.php 88.73% <0%> (-0.16%) 28% <0%> (ø)
lib/ErrorResponse.php 100% <0%> (ø) 4% <0%> (ø) ⬇️
lib/Request.php 100% <0%> (ø) 4% <0%> (ø) ⬇️
lib/SuccessResponse.php 100% <0%> (ø) 4% <0%> (ø) ⬇️
lib/Error.php 100% <0%> (ø) 1% <0%> (ø) ⬇️
lib/Notification.php 100% <0%> (ø) 4% <0%> (ø) ⬇️

TysonAndre added a commit to tysonandre-patches/php-advanced-json-rpc that referenced this pull request Jul 27, 2019
Add a method that does the exact same thing, as a simple workaround.

Fixes felixfbecker#23
TysonAndre added a commit to tysonandre-patches/php-advanced-json-rpc that referenced this pull request Jul 27, 2019
Use ReflectionNamedType for php 7.1+, instead.

Fixes felixfbecker#23
TysonAndre added a commit to tysonandre-patches/php-advanced-json-rpc that referenced this pull request Jul 27, 2019
Use ReflectionNamedType->getName() for php 7.1+, instead.
Continue supporting php 7.0

Fixes felixfbecker#23
TysonAndre added a commit to tysonandre-patches/php-advanced-json-rpc that referenced this pull request Sep 10, 2019
Use ReflectionNamedType->getName() for php 7.1+, instead.
Continue supporting php 7.0

Fixes felixfbecker#23
TysonAndre added a commit to tysonandre-patches/php-advanced-json-rpc that referenced this pull request Sep 12, 2019
Use ReflectionNamedType->getName() for php 7.1+, instead.
Continue supporting php 7.0

Fixes felixfbecker#23
felixfbecker pushed a commit that referenced this pull request Sep 12, 2019
)

Use ReflectionNamedType->getName() for php 7.1+, instead.
Continue supporting php 7.0

Fixes #23
@felixfbecker
Copy link
Owner

🎉 This issue has been resolved in version 3.0.4 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants