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

An in-range update of semantic-release is breaking the build 🚨 #177

Open
greenkeeper bot opened this issue Sep 7, 2018 · 34 comments
Open

An in-range update of semantic-release is breaking the build 🚨 #177

greenkeeper bot opened this issue Sep 7, 2018 · 34 comments

Comments

@greenkeeper
Copy link
Contributor

greenkeeper bot commented Sep 7, 2018

Version 15.9.13 of semantic-release was just published.

Branch Build failing 🚨
Dependency semantic-release
Current Version 15.9.12
Type devDependency

This version is covered by your current version range and after updating it in your project the build failed.

semantic-release is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.

Status Details
  • continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).
  • coverage/coveralls: First build on greenkeeper/semantic-release-15.9.13 at 98.626% (Details).

Release Notes v15.9.13

15.9.13 (2018-09-07)

Bug Fixes

  • support multiple generate-notes plugin in CLI arg (4f75cb3)
Commits

The new version differs by 6 commits.

  • 4f75cb3 fix: support multiple generate-notes plugin in CLI arg
  • 1348985 docs: analyzeCommits does not accept an Array
  • dfbb9f2 docs: clarify the URL encoding of GIT_CREDENTIALS
  • fa62d42 chore(package): update xo to version 0.23.0
  • 42e9d11 chore(package): update delay to version 4.0.0
  • 468f8a8 docs: clarify the --ci / --no-ci CLI option

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 Sep 8, 2018

After pinning to 15.9.12 your tests are passing again. Downgrade this dependency 📌.

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 8, 2018

Version 15.9.14 just got published.

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

Release Notes v15.9.14

15.9.14 (2018-09-07)

Bug Fixes

  • pass custom env and cwd to env-ci (540d4fa)
Commits

The new version differs by 1 commits.

  • 540d4fa fix: pass custom env and cwd to env-ci

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 11, 2018

Version 15.9.15 just got published.

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

Release Notes v15.9.15

15.9.15 (2018-09-11)

Bug Fixes

  • package: update debug to version 4.0.0 (7b8cd99)
Commits

The new version differs by 2 commits.

  • 7b8cd99 fix(package): update debug to version 4.0.0
  • 540d4fa fix: pass custom env and cwd to env-ci

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Sep 20, 2018

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

Release Notes for v15.9.16

15.9.16 (2018-09-19)

Bug Fixes

  • package: update env-ci to version 3.0.0 (b9ae7d2)
Commits

The new version differs by 4 commits.

  • b9ae7d2 fix(package): update env-ci to version 3.0.0
  • c27e18e chore(package): update nock to version 10.0.0
  • 7b8cd99 fix(package): update debug to version 4.0.0
  • 540d4fa fix: pass custom env and cwd to env-ci

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 4, 2018

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

Release Notes for v15.9.17

15.9.17 (2018-10-04)

Bug Fixes

  • add cwd to ENOGITREPO error message (9930dac)
  • typo in EPLUGINCONF error message (bc8551c)
Commits

The new version differs by 9 commits.

  • 9930dac fix: add cwd to ENOGITREPO error message
  • bc8551c fix: typo in EPLUGINCONF error message
  • 234a910 docs: add Waffle.io README badge
  • 68fce96 chore(package): update commitizen to version 3.0.0
  • fb6e2d8 docs: add semantic-release-gerrit to plugins list
  • b9ae7d2 fix(package): update env-ci to version 3.0.0
  • c27e18e chore(package): update nock to version 10.0.0
  • 7b8cd99 fix(package): update debug to version 4.0.0
  • 540d4fa fix: pass custom env and cwd to env-ci

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 17, 2018

Your tests are still failing with this version. Compare changes

Release Notes for v15.10.3

15.10.3 (2018-10-17)

Bug Fixes

  • do not log outated branch error for missing permission cases (0578c8b)
Commits

The new version differs by 20 commits.

  • 0578c8b fix: do not log outated branch error for missing permission cases
  • e291101 docs: add section existing tags in configuration docs
  • 8853922 docs: add troubleshooting section for reference already exists Git error
  • d45861b docs: clarify the "npm missing permission" troubleshooting section
  • 2ba0b81 docs: remove troubleshooting section related to legacy error messages
  • e93a663 docs: fix markdown link in configuration docs
  • 58c25be fix: fix logs for plugins loaded with plugins option
  • ff275a5 fix: use module name in logs for plugins loaded with plugins option
  • 3e8216a docs: typo in configuration docs
  • aa9d5c6 docs: add a Getting started section and clarify config steps
  • 5ba5010 feat: add new plugins option
  • 9930dac fix: add cwd to ENOGITREPO error message
  • bc8551c fix: typo in EPLUGINCONF error message
  • 234a910 docs: add Waffle.io README badge
  • 68fce96 chore(package): update commitizen to version 3.0.0

There are 20 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 20, 2018

Your tests are still failing with this version. Compare changes

Release Notes for v15.10.4

15.10.4 (2018-10-20)

Bug Fixes

  • remove debugging console.error (3d5db1f)
Commits

The new version differs by 2 commits.

  • 3d5db1f fix: remove debugging console.error
  • cfc1003 docs: add semantic-release-expo to plugins list

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 20, 2018

Your tests are still failing with this version. Compare changes

Release Notes for v15.10.5

15.10.5 (2018-10-20)

Bug Fixes

  • include release notes in JS API result for dry mode (3411520)
Commits

The new version differs by 1 commits.

  • 3411520 fix: include release notes in JS API result for dry mode

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 27, 2018

Your tests are still failing with this version. Compare changes

Release Notes for v15.10.6

15.10.6 (2018-10-27)

Bug Fixes

  • remove dependency to git-url-parse (a99355e)
Commits

The new version differs by 2 commits.

  • a99355e fix: remove dependency to git-url-parse
  • cc06d89 test: fix errors ordering in assertions

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 3, 2018

Your tests are still failing with this version. Compare changes

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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 6, 2018

Your tests are still failing with this version. Compare changes

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 1 commits.

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

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 12, 2018

Your tests are still failing with this version. Compare changes

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 6 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

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 14, 2018

Your tests are still failing with this version. Compare changes

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 4 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

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 21, 2018

Your tests are still failing with this version. Compare changes

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 10 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)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 27, 2018

Your tests are still failing with this version. Compare changes

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 1 commits.

  • eafbb34 fix: correctly resolve plugins installed globally with npx

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 28, 2018

Your tests are still failing with this version. Compare changes

Release Notes for v15.12.3

15.12.3 (2018-11-28)

Bug Fixes

Commits

The new version differs by 2 commits.

  • 7a9922a fix: rename default branch
  • d6d1bc9 docs: grammar corrections

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 3, 2018

Your tests are still failing with this version. Compare changes

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 1 commits.

  • ffe1062 fix: remove unnecessary branch parameter from push function

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 11, 2018

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 8 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

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 15, 2018

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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 16, 2018

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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 27, 2018

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

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 8, 2019

Your tests are still failing with this version. Compare changes

Release Notes for v15.13.12

15.13.12 (2019-04-15)

Bug Fixes

  • package: update resolve-from to version 5.0.0 (6f3c21a)
Commits

The new version differs by 23 commits.

  • 6f3c21a fix(package): update resolve-from to version 5.0.0
  • 06fe435 fix(package): update aggregate-error to version 3.0.0
  • 61762e6 docs: update commitlint URL
  • 5072fef chore(package): update file-url to version 3.0.0
  • d61e3bc fix(package): update semver to version 6.0.0
  • 0cd8a57 docs: correct way to print release plugin name
  • db3fc3e fix(package): update hook-std to version 2.0.0
  • a90a103 fix(package): update read-pkg-up to version 5.0.0
  • 30723c5 fix(package): update p-reduce to version 2.0.0
  • 840af0d chore(package): update p-retry to version 4.0.0
  • 0a584de fix(package): update get-stream to version 5.0.0
  • a5babc6 fix(package): update p-locate to version 4.0.0
  • 322c1c6 chore(package): update ava to version 1.3.1
  • 20e5d83 chore(package): update sinon to version 7.2.7
  • e5a5867 docs(circle): fix incorrect script example

There are 23 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 12, 2019

Your tests are still failing with this version. Compare changes

Release Notes for v15.13.16

15.13.16 (2019-06-07)

Bug Fixes

  • package: update env-ci to version 4.0.0 (8051294)
Commits

The new version differs by 19 commits.

  • 4ed6213 style: fix prettier style
  • 8051294 fix(package): update env-ci to version 4.0.0
  • 95a0456 chore(package): update ava to version 2.0.0
  • 038e640 fix: prefix git auth with "x-access-token:" when run in a GitHub Action
  • f3f9d1e test: prefix git auth with "x-access-token:" when run in a GitHub Action
  • 7e824b2 doc: add note to default plugins
  • d4520e1 doc: add info about default plugins
  • bcf3a85 docs:optimize images (#1185)
  • d034ce5 docs: Remove broken waffle.io 💀 badge
  • 74103ab fix(package): update read-pkg-up to version 6.0.0
  • 6e64745 chore(package): update fs-extra to version 8.0.0
  • 4e001c3 docs: add semantic-release-github-pages to community plugins
  • edf382f docs: add semantic-release-circleci-orb to the community plugin list
  • 39d15b3 docs: add semantic-release-slack-bot to community plugins
  • 079251c chore(package): update tempy to version 0.3.0

There are 19 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 25, 2019

Your tests are still failing with this version. Compare changes

Release Notes for v15.13.17

15.13.17 (2019-06-25)

Bug Fixes

  • package: update execa to version 2.0.0 (52c48be)
Commits

The new version differs by 2 commits.

  • 01a0b2d test: use regexp to check missing module message
  • 52c48be fix(package): update execa to version 2.0.0

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 26, 2019

Your tests are still failing with this version. Compare changes

Release Notes for v15.13.18

15.13.18 (2019-06-26)

Bug Fixes

Commits

The new version differs by 2 commits.

  • 6b3adf6 fix: revert to execa ^1.0.0
  • 228fed7 docs: document that plugins config is an override (#1216)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 30, 2019

Your tests are still failing with this version. Compare changes

Release Notes for v15.13.19

15.13.19 (2019-07-06)

Bug Fixes

  • package: update marked to version 0.7.0 (75f0830)
Commits

The new version differs by 3 commits.

  • 75f0830 fix(package): update marked to version 0.7.0
  • 4b2b2fb chore(package): update clear-module to version 4.0.0
  • 3b8cae9 docs: fix typo

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 13, 2019

Your tests are still failing with this version. Compare changes

Release Notes for v15.13.21

15.13.21 (2019-08-12)

Bug Fixes

  • package: update hosted-git-info to version 3.0.0 (391af98)
Commits

The new version differs by 19 commits.

  • 391af98 fix(package): update hosted-git-info to version 3.0.0
  • d45d8b6 docs: fix typo
  • 519df0d chore: remove commitizen from our dependencies
  • e168802 docs: tried to fix #1250
  • 3bd63eb docs: update semantic-release-cli broken link
  • 9a8a36c fix(package): update dependency lodash to address security warnings (#1253)
  • 7cb5446 docs: corrections and further clarifications
  • 5a5eaec docs: made doc file org clearer and augmented content
  • 2d2bb38 docs(shareable-configurations-list): add @jedmao/semantic-release-npm-github-config (#1222)
  • cd00c2d docs(contributing): copy/pasted "Use gitbook locally" instruction from original url
  • a3da21a docs(contributing): added instructions on how to run gitbook locally
  • 813e5f6 docs: synched README.md and SUMMARY.md
  • b084863 docs: cleaned "Developer guide" section navigation
  • 3f22978 docs: repared broken links to "CI configuration recipes"
  • a8f8bff docs(recipes): cleaned doc and navigation

There are 19 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Aug 22, 2019

Your tests are still failing with this version. Compare changes

Release Notes for v15.13.24

15.13.24 (2019-08-22)

Reverts

  • docs: broken link docs/03-recipes/travis.md (eea5de2)
  • docs: cleaned "Developer guide" section navigation (3c4a0fb)
  • docs: corrections and further clarifications (ce3d1bc)
  • docs: made doc file org clearer and augmented content (5e41dc8)
  • docs: note publishing on distribution channels in beta (54d8e3f)
  • docs: repared broken links to "CI configuration recipes" (e00b6c8)
  • docs: synched README.md and SUMMARY.md (e770c50)
  • docs: update semantic-release-cli broken link (58aaf05)
  • docs(contributing): added instructions on how to run gitbook locally (55c3616)
  • docs(contributing): copy/pasted "Use gitbook locally" instruction from original url (c517c70)
  • docs(recipes): cleaned doc and navigation (a6188d3)
  • fix(definitions): Repository documentation links (95a9e89)
Commits

The new version differs by 19 commits.

  • 6f33c76 docs: various clarifications and language improvvements
  • 9fd93ac docs: fix node version requirement link is FAQ
  • 7ddc2cf docs: update table of content in README.md and in Gitbook SUMMARY.md
  • 55c3616 revert: docs(contributing): added instructions on how to run gitbook locally
  • c517c70 revert: docs(contributing): copy/pasted "Use gitbook locally" instruction from original url
  • 4b13280 docs: correct list of default plugins
  • 95a9e89 revert: fix(definitions): Repository documentation links
  • 54d8e3f revert: docs: note publishing on distribution channels in beta
  • a6188d3 revert: docs(recipes): cleaned doc and navigation
  • e00b6c8 revert: docs: repared broken links to "CI configuration recipes"
  • 3c4a0fb revert: docs: cleaned "Developer guide" section navigation
  • e770c50 revert: docs: synched README.md and SUMMARY.md
  • 5e41dc8 revert: docs: made doc file org clearer and augmented content
  • ce3d1bc revert: docs: corrections and further clarifications
  • 58aaf05 revert: docs: update semantic-release-cli broken link

There are 19 commits in total.

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 18, 2019

Your tests are still failing with this version. Compare changes

Release Notes for v15.13.27

15.13.27 (2019-10-18)

Bug Fixes

  • ignore custom port when converting ssh repo URL to https (4af8548)
Commits

The new version differs by 10 commits.

  • 3438ec5 test: fix typo in test examples
  • 4af8548 fix: ignore custom port when converting ssh repo URL to https
  • dc19dfa docs: remove unnecessarily apostrophe
  • 79d22a2 fix: clarify message for EGITNOPERMISSION error
  • 9f2ec79 docs: limit list of suggested tools for commit linting
  • 0e24022 fix(package): update read-pkg-up to version 7.0.0
  • 5986bf9 chore(package): update xo to version 0.25.0
  • c86045c chore(package): update dockerode to version 3.0.0
  • 9b78ab7 docs: spelling (#1284)
  • 8e4fa66 chore(package): update nock to version 11.1.0

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 26, 2019

Your tests are still failing with this version. Compare changes

Release Notes for v15.13.28

15.13.28 (2019-10-26)

Bug Fixes

  • package: update execa to version 3.2.0 (1693073)
  • require Node.js >=8.16 (2f3d934)
Commits

The new version differs by 3 commits.

  • 1693073 fix(package): update execa to version 3.2.0
  • 2f3d934 fix: require Node.js >=8.16
  • f645547 docs(recipes): GitHub actions (#1317)

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 2, 2019

Your tests are still failing with this version. Compare changes

Release Notes for v15.13.29

15.13.29 (2019-11-02)

Bug Fixes

  • use authenticated URL to check if local branch is up to date (7a939a8)
Commits

The new version differs by 2 commits.

  • 7a939a8 fix: use authenticated URL to check if local branch is up to date
  • 9eaf955 docs(contributing): correct lint fix command

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 2, 2019

Your tests are still failing with this version. Compare changes

Release Notes for v15.13.30

15.13.30 (2019-11-02)

Bug Fixes

  • package: update cosmiconfig to version 6.0.0 (ffff100)
Commits

The new version differs by 1 commits.

  • ffff100 fix(package): update cosmiconfig to version 6.0.0

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 18, 2019

Your tests are still failing with this version. Compare changes

Release Notes for v15.13.31

15.13.31 (2019-11-17)

Bug Fixes

  • package: update yargs to version 15.0.1 (2c13136)
Commits

The new version differs by 1 commits.

  • 2c13136 fix(package): update yargs to version 15.0.1

See the full diff

@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Dec 22, 2019

Your tests are still failing with this version. Compare changes

Release Notes for v15.14.0

15.14.0 (2019-12-21)

Features

  • pass envi-ci values to plugins context (a8c747d)
Commits

The new version differs by 9 commits.

  • a8c747d feat: pass envi-ci values to plugins context
  • fc70726 chore: add Mockserver generated file to gitignore
  • fc7205d fix: correctly display command that errored out in logs
  • a373f8b ci: use Travis import to share config across organization
  • ecc4e66 docs: clarify GitLab CI/CD protected variable usage
  • 29d6b5d build: remove .github/airtable-crm.yml
  • b2b7b57 style: prettier formatting
  • 9575198 docs: add leiningen-semantic-release to list of community plugins
  • 09754ac docs(shareable-configurations-list): add semantic-release-npm-github-publish

See the full diff

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

No branches or pull requests

0 participants