From 9da7aaccc0b10fcd65575b8bf3db0b042f6b120f Mon Sep 17 00:00:00 2001 From: Julien Richard-Foy Date: Tue, 5 Dec 2023 10:22:39 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5694d20..bda09be 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,7 @@ In this mode, you can use sbt-version-policy to check that incoming pull request ~~~ The `releaseVersion` function bumps the release version according to the compatibility guarantees defined by `versionPolicyIntention`. Optionally, you can also define a _qualifier_ to append to the release version - by setting the environment variable `VERSION_POLICY_RELEASE_QUALIFIER` (e.g., `VERSION_POLICY_RELEASE_QUALIFIER=RC1`). + by setting the environment variable `VERSION_POLICY_RELEASE_QUALIFIER` (e.g., `VERSION_POLICY_RELEASE_QUALIFIER="-RC1"`). 2. Reset `versionPolicyIntention` to `Compatibility.BinaryAndSourceCompatible` after every release. This can be achieved by managing the setting `versionPolicyIntention` in a separate file (like [sbt-release] manages the setting `version` in a separate file, by default), and by adding a step that overwrites the content of that file and commits it.