The version 7.0.2 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.
post: create v1.2.3 tag tag instead of branch (3f85597)
Note that if a version was released with v7.0.1, you will run into the ENOTINHISTORY error :( 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 be 1.2.3. Save the change
run npm publish to 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 with git push --tags
Manually create a release for the tag
This will fix the problem and everything will work automagically again from here on now.
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).
Version 7.0.2 of semantic-release just got published.
The version 7.0.2 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.
Release Notes
v7.0.27.0.2 (2017-08-16)
Bug Fixes
post: create
v1.2.3
tag tag instead of branch (3f85597)Note that if a version was released with v7.0.1, you will run into the
ENOTINHISTORY
error :( To recover, follow these steps:"version"
to what ever should have been released. As an example, let's say the new version number would be1.2.3
. Save the changenpm publish
to release the new version. Make sure to run any pre-publish tasks first if you have anygit tag v1.2.3
(put in the same version as in step 2. Push the tag to GitHub withgit push --tags
This will fix the problem and everything will work automagically again from here on now.
Commits
The new version differs by 1 commits.
0c79a9b
fix(post): create git tag properly
See the full diff
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: