summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@typesafe.com>2016-08-31 16:17:53 +0200
committerGitHub <noreply@github.com>2016-08-31 16:17:53 +0200
commit4866c6e2182dc5c74cb7e66f83e1b773d2f887b3 (patch)
tree73ee1d9dd83c0a69cdb53c4b6899aca5cd735123 /README.md
parentc492ac6022300ced8b56f523db5d17872e91b4b2 (diff)
downloadscala-4866c6e2182dc5c74cb7e66f83e1b773d2f887b3.tar.gz
scala-4866c6e2182dc5c74cb7e66f83e1b773d2f887b3.tar.bz2
scala-4866c6e2182dc5c74cb7e66f83e1b773d2f887b3.zip
Fix instructions for baseVersionSuffix in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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`).