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/git to the latest version 🚀 #209

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Jun 27, 2018

Version 5.0.0 of @semantic-release/git was just published.

Dependency @semantic-release/git
Current Version 4.0.3
Type devDependency

The version 5.0.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of @semantic-release/git.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Release Notes v5.0.0

5.0.0 (2018-05-08)

Features

  • set name/email of commit author and committer via Git env var (a58c357)

BREAKING CHANGES

  • the GIT_USERNAME and GIT_EMAIL environment variables are replaced by the Git environment variables GIT_AUTHOR_NAME, GIT_AUTHOR_EMAIL, GIT_COMMITTER_NAME and GIT_COMMITTER_EMAIL.

Co-authored-by: Sergey Bekrin sergey@bekrin.me

Commits

The new version differs by 3 commits.

  • a58c357 feat: set name/email of commit author and committer via Git env var
  • 8fcb054 ci: run test on Node.js 10
  • b1057d4 chore(package): update xo to version 0.21.0

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 27, 2018

Version 6.0.0 just got published.

Update to this version instead 🚀

Release Notes v6.0.0

6.0.0 (2018-06-27)

Features

  • commit files from assets even if in they are in .gitignore (629dfc4)

BREAKING CHANGES

  • the .gitignore file is now ignored when adding files to the release commit

Each files matching a glob in assets will now be included in the release commit. The assets option has now to be configured to match exactly the the files that have to be commited, independently of the .gitignore file.

Commits

The new version differs by 3 commits.

  • 629dfc4 feat: commit files from assets even if in they are in .gitignore
  • fede564 chore(package): update sinon to version 6.0.0
  • 3969424 chore(package): update nyc to version 12.0.1

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 27, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 27, 2018

Version 6.0.1 just got published.

Update to this version instead 🚀

Release Notes v6.0.1

6.0.1 (2018-06-27)

Bug Fixes

  • factorise the verification code in a function (fac45a3)
Commits

The new version differs by 2 commits.

  • 1e99ccd docs: mention setting option to false to override shareable config
  • fac45a3 fix: factorise the verification code in a function

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 17, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 17, 2018

Version 6.0.2 just got published.

Update to this version instead 🚀

Release Notes v6.0.2

6.0.2 (2018-07-17)

Bug Fixes

  • package: update fs-extra to version 7.0.0 (54bd404)
Commits

The new version differs by 3 commits.

  • 54bd404 fix(package): update fs-extra to version 7.0.0
  • 060140a chore(package): update clear-module to version 3.0.0
  • bdd2708 test: sort files array before comparing to expectation

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 17, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 17, 2018

Version 7.0.0 just got published.

Update to this version instead 🚀

Release Notes v7.0.0

7.0.0 (2018-07-17)

Features

  • use cwd and env options passed by core (1fab20e)

BREAKING CHANGES

  • require semantic-release >= 15.8.0
Commits

The new version differs by 1 commits.

  • 1fab20e feat: use cwd and env options passed by core

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 19, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 19, 2018

Version 7.0.1 just got published.

Update to this version instead 🚀

Release Notes v7.0.1

7.0.1 (2018-07-19)

Bug Fixes

  • glob assets before running git ls-files (7eb2b3f)
Commits

The new version differs by 2 commits.

  • 7eb2b3f fix: glob assets before running git ls-files
  • e097ee7 docs: fix lodash template example for message option

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 24, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 24, 2018

Version 7.0.2 just got published.

Update to this version instead 🚀

Release Notes v7.0.2

7.0.2 (2018-08-24)

Bug Fixes

  • package: update execa to version 0.11.0 (20809c3)
Commits

The new version differs by 5 commits.

  • 20809c3 fix(package): update execa to version 0.11.0
  • 87bdf03 chore(package): update get-stream to version 4.0.0
  • ad72012 docs: add note about branch protection
  • e1329ca chore(package): update xo to version 0.22.0
  • 5f82e58 docs: fix typo in usage example

See the full diff

greenkeeper bot added a commit that referenced this pull request Aug 26, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 26, 2018

Version 7.0.3 just got published.

Update to this version instead 🚀

Release Notes v7.0.3

7.0.3 (2018-08-26)

Bug Fixes

  • package: update execa to version 1.0.0 (a35f990)
Commits

The new version differs by 1 commits.

  • a35f990 fix(package): update execa to version 1.0.0

See the full diff

greenkeeper bot added a commit that referenced this pull request Sep 11, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 11, 2018

Version 7.0.4 just got published.

Update to this version instead 🚀

Release Notes v7.0.4

7.0.4 (2018-09-11)

Bug Fixes

  • package: update debug to version 4.0.0 (ca9de5f)
Commits

The new version differs by 2 commits.

  • ca9de5f fix(package): update debug to version 4.0.0
  • 928f82f chore(package): update xo to version 0.23.0

See the full diff

greenkeeper bot added a commit that referenced this pull request Oct 17, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 17, 2018

Update to this version instead 🚀

Release Notes for v7.0.5

7.0.5 (2018-10-08)

Bug Fixes

  • use default value for null options (e1aac3d)
Commits

The new version differs by 3 commits.

  • e1aac3d fix: use default value for null options
  • 15208d8 docs: harmonize docs with other plugins
  • 39abf04 chore(package): update commitizen to version 3.0.0

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 19, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 19, 2018

Update to this version instead 🚀

Release Notes for v7.0.6

7.0.6 (2018-12-19)

Bug Fixes

  • look for modified fiels to commit only if there files matching the globs (7f26c5d)
Commits

The new version differs by 6 commits.

  • 7f26c5d fix: look for modified fiels to commit only if there files matching the globs
  • 651224e build: remove unnecessary docker service in Travis
  • 7f80ca3 docs: fix minor formatting issue in message option notes
  • 8efcce5 chore(package): update nyc and sinon
  • 90f436a docs: update semantic-release default branch in links
  • 39c660e style: fix prettier errors

See the full diff

greenkeeper bot added a commit that referenced this pull request Dec 27, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 27, 2018

Update to this version instead 🚀

Release Notes for v7.0.7

7.0.7 (2018-12-26)

Bug Fixes

  • package: update aggregate-error to version 2.0.0 (f8857d5)
Commits

The new version differs by 1 commits.

  • f8857d5 fix(package): update aggregate-error to version 2.0.0

See the full diff

greenkeeper bot added a commit that referenced this pull request Jan 14, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 14, 2019

Update to this version instead 🚀

Release Notes for v7.0.8

7.0.8 (2019-01-14)

Bug Fixes

  • update globby to latest version Pierre Vanduynslager committed (71be783)
Commits

The new version differs by 2 commits.

  • 71be783 fix: update globby to latest version Pierre Vanduynslager committed
  • ffe83a4 chore(package): update ava to version 1.0.1

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 12, 2019

Update to this version instead 🚀

Release Notes for v7.0.12

7.0.12 (2019-05-14)

Bug Fixes

  • package: update fs-extra to version 8.0.0 (712d684)
Commits

The new version differs by 10 commits.

  • 712d684 fix(package): update fs-extra to version 8.0.0
  • 185f94e chore(package): update tempy to version 0.3.0
  • 7f516ac chore(package): update nyc to version 14.0.0
  • a24f2db chore(package): update file-url to version 3.0.0
  • 239eba1 fix(package): update aggregate-error to version 3.0.0
  • 94e9e12 fix(package): update micromatch to version 4.0.0
  • 7ee4af9 fix(package): update p-reduce to version 2.0.0
  • aa07a61 chore(package): update get-stream to version 5.0.0
  • 98f382c chore(package): update ava to version 1.3.1
  • f720fb9 chore(package): update xo to version 0.24.0

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 25, 2019

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 26, 2019

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 28, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jul 1, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 1, 2019

Update to this version instead 🚀

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 26, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 5, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 5, 2019

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jan 27, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 27, 2020

Update to this version instead 🚀

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

Successfully merging this pull request may close these issues.

None yet

0 participants