From db6e7150f2eb28fe80b0eccab3f40d79eb5175aa Mon Sep 17 00:00:00 2001 From: Jan Krems Date: Thu, 3 Nov 2016 08:04:41 -0700 Subject: [PATCH] docs: Mention forced 1.0.0 bump --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 97b50c9..39f23ef 100644 --- a/README.md +++ b/README.md @@ -127,6 +127,10 @@ Will also add license headers where they are missing. By default `nlm release` will not do anything unless it's running on CI. You can force a release by running `nlm release --commit`. +**Note:** If your current version is below 1.0.0, nlm will always release 1.0.0. +The semantics of versions below 1.0.0 can be tricky +and nlm tries to not make any assumptions about how people might interpret those version ranges. + ### `nlm changelog`