From 3c8b0fd9a4d96cc288e3195d00b11369bb6cc0f8 Mon Sep 17 00:00:00 2001 From: Oleg Koval Date: Sun, 3 Nov 2019 17:44:03 +0100 Subject: [PATCH] docs(instructions): update configuration instructions --- readme.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/readme.md b/readme.md index e6aebc2..3f1dddd 100644 --- a/readme.md +++ b/readme.md @@ -43,14 +43,14 @@ npm install --save-dev semantic-release-npm-github-publish ## Usage -To use this sharable config, extend your semantic release configuration: - -```json -{ - "extends": "semantic-release-npm-github-publish", - "branch": "master", - "debug": false -} +To use this sharable config, extend your semantic release configuration in `.releaserc.yaml`: + +```yaml +branch: master +ci: false +dryRun: false +debug: false +extends: "semantic-release-npm-github-publish" ``` ## Contributing