From 5c218108da749b655a145735620d82fe052c2261 Mon Sep 17 00:00:00 2001 From: Henry Goddard Date: Mon, 29 Jul 2019 01:49:33 -0400 Subject: [PATCH] docs(cli): note about yargs dot notation in lieu of package.json (#380) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 42375b3c6..a349585e7 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,8 @@ Making these URLs match GitLab's format, rather than GitHub's. ## CLI Usage +> **NOTE:** To pass nested configurations to the CLI without defining them in the `package.json` use dot notation as the parameters `e.g. --skip.changelog`. + ### First Release To generate your changelog for your first release, simply do: