From 773ecf693ff9c6601448d3722e644b2ca37dfe89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6nnemann?= Date: Mon, 11 May 2015 23:34:35 +0200 Subject: [PATCH] docs(readme): document expected error closes #18 --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a5ca66bd..6690a9f1 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Note: The default release notes are a [changelog](https://github.com/ajoslin/con Note: This is tied to GitHub, feel free to send PRs for other services. -Note: `semantic-release` works around a limitation in `npm`'s `prepublish` step. Once a version is published it prints an error that you can *safely ignore* [npm/npm#7118](https://github.com/npm/npm/issues/7118). +Note: `semantic-release` works around a limitation in `npm`'s `prepublish` step. Once a version is published it prints a "Could not pack" error that you can *safely ignore* [npm/npm#7118](https://github.com/npm/npm/issues/7118). ## How you can set it up @@ -101,6 +101,9 @@ cache: - node_modules notifications: email: false +# See https://github.com/boennemann/semantic-release/issues/18 +before_deploy: +- npm config set spin false --global env: # Get your token here: https://github.com/settings/tokens/new # Grant the token repo/public_repo scope (all others can be deselected)