From 26da8a0ca8b85944c8b8a683110d0e3097a13934 Mon Sep 17 00:00:00 2001 From: Patrick Mowrer Date: Tue, 12 Dec 2017 11:23:20 -0500 Subject: [PATCH] break: force breaking change for `semantic-release` 11.x upgrade BREAKING CHANGE: The plugin API of `semantic-release` 11.x isn't compatible with previous versions of `condition-circle`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e225d9..113a597 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ if there is no new release to be published, the build is still ok. ```yaml machine: node: - version: "0.12" + version: "8" test: override: - npm test