From 9aaafe1c58e7910a4af8af469aae703b32823cb3 Mon Sep 17 00:00:00 2001 From: edx-abolger <74684094+edx-abolger@users.noreply.github.com> Date: Thu, 18 Feb 2021 13:34:37 -0500 Subject: [PATCH] Update README with note about versioning. --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b009c3ba..1a206464 100644 --- a/README.rst +++ b/README.rst @@ -20,7 +20,9 @@ type: subject ``` type must be one of [build, ci, docs, feat, fix, perf, refactor, revert, style, test] [type-enum] - +Versioning and Releases +----- +This library has it's version automatically updated by semantic-versioning when the release is published to npm. The source code package.json file should remain at "1.0.0-semantically-released". The below Usage instructions will install the latest version from npm. Please see the repository Releases for earlier package versions. Usage -----