From 4866c6e2182dc5c74cb7e66f83e1b773d2f887b3 Mon Sep 17 00:00:00 2001 From: Lukas Rytz Date: Wed, 31 Aug 2016 16:17:53 +0200 Subject: Fix instructions for baseVersionSuffix in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index ed42eadaaa..8d84daf0e5 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ Core commands: - `partest` runs partest tests (accepts options, try `partest --help`) - `publishLocal` publishes a distribution locally (can be used as `scalaVersion` in other sbt projects) - - Optionally `set VersionUtil.baseVersionSuffix in Global := "abcd123-SNAPSHOT"` + - Optionally `set baseVersionSuffix := "abcd123-SNAPSHOT"` where `abcd123` is the git hash of the revision being published. You can also use something custom like `"mypatch"`. This changes the version number from `2.12.0-SNAPSHOT` to something more stable (`2.12.0-abcd123-SNAPSHOT`). -- cgit v1.2.3