Coder Social home page Coder Social logo

Comments (13)

greenkeeper avatar greenkeeper commented on April 27, 2024

After pinning to 15.10.5 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 27, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v15.10.7

15.10.7 (2018-11-02)

Bug Fixes

  • add debug logs for config file path (3c8177a)
  • add debug logs for plugins resolved options (6d0bd8c)
Commits

The new version differs by 2 commits.

  • 3c8177a fix: add debug logs for config file path
  • 6d0bd8c fix: add debug logs for plugins resolved options

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 27, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v15.10.8

15.10.8 (2018-11-06)

Bug Fixes

  • package: update find-versions to version 3.0.0 (669c9ed)
Commits

The new version differs by 3 commits.

  • 669c9ed fix(package): update find-versions to version 3.0.0
  • 3c8177a fix: add debug logs for config file path
  • 6d0bd8c fix: add debug logs for plugins resolved options

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 27, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v15.11.0

15.11.0 (2018-11-12)

Bug Fixes

Features

  • support multiple plugins for the analyzeCommits step (5180001)
Commits

The new version differs by 9 commits.

  • 5180001 feat: support multiple plugins for the analyzeCommits step
  • 728ea34 fix: remove redundant log
  • 83af7ac docs: mention default analyzeCommits plugin
  • 8e564eb docs: update FAQ to reflect new plugins option
  • dff1f10 docs: mention postversion npm script hook to run build scripts
  • ae4995c style: fix prettier errors
  • 669c9ed fix(package): update find-versions to version 3.0.0
  • 3c8177a fix: add debug logs for config file path
  • 6d0bd8c fix: add debug logs for plugins resolved options

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 27, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v15.12.0

15.12.0 (2018-11-14)

Bug Fixes

  • do not underline log messages (c86518a)
  • indicate in logs if running in dry-run mode (e92c84e)

Features

  • add logs about prepare, publish, success and fail plugins skipped in dry-run mode (90da6a0)
Commits

The new version differs by 13 commits.

  • 90da6a0 feat: add logs about prepare, publish, success and fail plugins skipped in dry-run mode
  • 90b4974 test: test that dry-run also skips prepare step
  • c86518a fix: do not underline log messages
  • e92c84e fix: indicate in logs if running in dry-run mode
  • 5180001 feat: support multiple plugins for the analyzeCommits step
  • 728ea34 fix: remove redundant log
  • 83af7ac docs: mention default analyzeCommits plugin
  • 8e564eb docs: update FAQ to reflect new plugins option
  • dff1f10 docs: mention postversion npm script hook to run build scripts
  • ae4995c style: fix prettier errors
  • 669c9ed fix(package): update find-versions to version 3.0.0
  • 3c8177a fix: add debug logs for config file path
  • 6d0bd8c fix: add debug logs for plugins resolved options

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 27, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v15.12.1

15.12.1 (2018-11-21)

Bug Fixes

  • push only tags to remote repo (2b082ac)
Commits

The new version differs by 23 commits.

  • 2b082ac fix: push only tags to remote repo
  • aa022e0 test: clarify variables name
  • f2ede5b docs: typo in JS docs
  • 9742712 test: verify errors have message and details
  • 5937f13 test: fix typo
  • 43dbd10 refactor: prefer filter shorter form
  • 9f5645c refactor: harmonize git utils function names
  • e594638 test: prefer array spread
  • 244f014 docs: add Codefresh in list of CIs with pipelines
  • 218d830 docs: fix quote marks (#986)
  • 90da6a0 feat: add logs about prepare, publish, success and fail plugins skipped in dry-run mode
  • 90b4974 test: test that dry-run also skips prepare step
  • c86518a fix: do not underline log messages
  • e92c84e fix: indicate in logs if running in dry-run mode
  • 5180001 feat: support multiple plugins for the analyzeCommits step

There are 23 commits in total.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 27, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v15.12.2

15.12.2 (2018-11-26)

Bug Fixes

  • correctly resolve plugins installed globally with npx (eafbb34)
Commits

The new version differs by 24 commits.

  • eafbb34 fix: correctly resolve plugins installed globally with npx
  • 2b082ac fix: push only tags to remote repo
  • aa022e0 test: clarify variables name
  • f2ede5b docs: typo in JS docs
  • 9742712 test: verify errors have message and details
  • 5937f13 test: fix typo
  • 43dbd10 refactor: prefer filter shorter form
  • 9f5645c refactor: harmonize git utils function names
  • e594638 test: prefer array spread
  • 244f014 docs: add Codefresh in list of CIs with pipelines
  • 218d830 docs: fix quote marks (#986)
  • 90da6a0 feat: add logs about prepare, publish, success and fail plugins skipped in dry-run mode
  • 90b4974 test: test that dry-run also skips prepare step
  • c86518a fix: do not underline log messages
  • e92c84e fix: indicate in logs if running in dry-run mode

There are 24 commits in total.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 27, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v15.12.3

15.12.3 (2018-11-28)

Bug Fixes

Commits

The new version differs by 26 commits.

  • 7a9922a fix: rename default branch
  • d6d1bc9 docs: grammar corrections
  • eafbb34 fix: correctly resolve plugins installed globally with npx
  • 2b082ac fix: push only tags to remote repo
  • aa022e0 test: clarify variables name
  • f2ede5b docs: typo in JS docs
  • 9742712 test: verify errors have message and details
  • 5937f13 test: fix typo
  • 43dbd10 refactor: prefer filter shorter form
  • 9f5645c refactor: harmonize git utils function names
  • e594638 test: prefer array spread
  • 244f014 docs: add Codefresh in list of CIs with pipelines
  • 218d830 docs: fix quote marks (#986)
  • 90da6a0 feat: add logs about prepare, publish, success and fail plugins skipped in dry-run mode
  • 90b4974 test: test that dry-run also skips prepare step

There are 26 commits in total.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 27, 2024

Your tests are passing again with this update. Explicitly upgrade to this version 🚀

Release Notes for v15.12.4

15.12.4 (2018-11-30)

Bug Fixes

  • remove unnecessary branch parameter from push function (ffe1062)
Commits

The new version differs by 27 commits.

  • ffe1062 fix: remove unnecessary branch parameter from push function
  • 7a9922a fix: rename default branch
  • d6d1bc9 docs: grammar corrections
  • eafbb34 fix: correctly resolve plugins installed globally with npx
  • 2b082ac fix: push only tags to remote repo
  • aa022e0 test: clarify variables name
  • f2ede5b docs: typo in JS docs
  • 9742712 test: verify errors have message and details
  • 5937f13 test: fix typo
  • 43dbd10 refactor: prefer filter shorter form
  • 9f5645c refactor: harmonize git utils function names
  • e594638 test: prefer array spread
  • 244f014 docs: add Codefresh in list of CIs with pipelines
  • 218d830 docs: fix quote marks (#986)
  • 90da6a0 feat: add logs about prepare, publish, success and fail plugins skipped in dry-run mode

There are 27 commits in total.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 27, 2024

Your tests are still failing with this version. Compare changes

Release Notes for v15.12.5

15.12.5 (2018-12-11)

Bug Fixes

  • allow to set ci option via API and config file (862ec4c)
Commits

The new version differs by 35 commits.

  • 649b530 docs: mention that debug option is CLI only
  • 862ec4c fix: allow to set ci option via API and config file
  • 6b110b6 docs: switch to spectrum.chat
  • e4c6649 docs: syntax fixes in plugins list
  • 6220641 docs: add @semantic-release/apm to plugins list
  • a45273e docs: add maven-semantic-release to list of community plugins
  • d109113 chore(package): update nyc and sinon
  • cd69583 test: delete unused test helper file
  • ffe1062 fix: remove unnecessary branch parameter from push function
  • 7a9922a fix: rename default branch
  • d6d1bc9 docs: grammar corrections
  • eafbb34 fix: correctly resolve plugins installed globally with npx
  • 2b082ac fix: push only tags to remote repo
  • aa022e0 test: clarify variables name
  • f2ede5b docs: typo in JS docs

There are 35 commits in total.

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 27, 2024

Your tests are still failing with this version. Compare changes

Release Notes for v15.13.0

15.13.0 (2018-12-14)

Features

  • allow publish plugins to return false in order to signify no release was done (70c68ef)
Commits

The new version differs by 4 commits.

  • 70c68ef feat: allow publish plugins to return false in order to signify no release was done
  • 048292b docs: fix broken link in CircleCI recipe
  • 0f642ff docs: remove mentions of travis-deploy-once
  • 89ad3a0 chore(package): update p-retry to version 3.0.0

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 27, 2024

Your tests are still failing with this version. Compare changes

Release Notes for v15.13.1

15.13.1 (2018-12-16)

Bug Fixes

  • correctly handle skipped releases (1243f79)
Commits

The new version differs by 1 commits.

  • 1243f79 fix: correctly handle skipped releases

See the full diff

from color-map-rainbow.

greenkeeper avatar greenkeeper commented on April 27, 2024

Your tests are still failing with this version. Compare changes

Release Notes for v15.13.2

15.13.2 (2018-12-26)

Bug Fixes

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

The new version differs by 1 commits.

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

See the full diff

from color-map-rainbow.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.