satya164 / quik

:rocket: A quick way to prototype and build apps with React and Babel with zero-setup.
505 stars 30 forks source link

Update semantic-release to the latest version πŸš€ #318

Closed greenkeeper[bot] closed 6 years ago

greenkeeper[bot] commented 6 years ago

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.


Release Notes v7.0.1

7.0.1 (2017-08-14)

Bug Fixes

  • post: Create a tag before makeing a release (3f85597)
  • post: fix target_commitish to be the default branch (f148a61)
Commits

The new version differs by 9 commits.

  • 3f85597 fix(post): Create a tag before makeing a release
  • f148a61 fix(post): fix target_commitish to be the default branch
  • 5b3bdd2 chore: remove console.log
  • 64d84a0 chore(travis): drop builds in Node <4
  • 1fa6d50 fix(package): update @semantic-release/release-notes-generator to version 3.0.1
  • 6145bc9 docs(readme): add sgc (#386)
  • 609b46f docs(README): minor typo (#376)
  • 76cd99c chore(package): update standard to version 9.0.0
  • 22dc640 chore(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](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:

greenkeeper[bot] commented 6 years ago

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.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:

    1. Make sure you are on your main branch and pulled the latest changes from remote
    2. 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
    3. run npm publish to release the new version. Make sure to run any pre-publish tasks first if you have any
    4. revert the changes
    5. 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
    6. Manually create a release for the tag

    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

greenkeeper[bot] commented 6 years ago

Version 8.0.0 just got published.

Update to this version instead πŸš€

Release Notes v8.0.0

8.0.0 (2017-08-19)

Bug Fixes

  • bin: adapt build leader error message to new leader detection algorithm (33dfcff)

BREAKING CHANGES

  • Remove support for publishing a package with node < 8. Details.
Commits

The new version differs by 4 commits.

  • 12b3539 fix(package): @semantic-release/condition-travis@6.0.0
  • 33dfcff fix(bin): addapt build leader error to new leader detection algorithm
  • f534c57 fix: remove support for node < 8
  • 9c52884 chore: add package-lock

See the full diff

greenkeeper[bot] commented 6 years ago

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

Commits

The new version differs by 4 commits.

  • 8c44c31 fix(package): update @semantic-release/commit-analyzer to version 3.0.1
  • dd60b46 fix(package): update @semantic-release/release-notes-generator to version 4.0.0
  • 88b5895 docs(README): update commit lint suggestion (#429)
  • 1ceae83 docs(troubleshooting): initial version (#399)

See the full diff

greenkeeper[bot] commented 6 years ago

Version 8.0.3 just got published.

Update to this version instead πŸš€

Release Notes v8.0.3

8.0.3 (2017-09-21)

Bug Fixes

  • package: Set minimum node version to 4 (#442) (9951cf7)
Commits

The new version differs by 4 commits.

  • 9951cf7 fix(package): Set minimum node version to 4 (#442)
  • 2d14c53 fix(package): update @semantic-release/last-release-npm to version 2.0.0
  • 277d9ab chore(package): update cz-conventional-changelog to version 2.0.0
  • 4612a05 chore(package): update commitizen config

See the full diff