summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan@lightbend.com>2016-09-01 01:17:31 +0200
committerGitHub <noreply@github.com>2016-09-01 01:17:31 +0200
commit45edf8699f76faa5d1b035fb8f887621bcbb9934 (patch)
tree73ee1d9dd83c0a69cdb53c4b6899aca5cd735123
parentc492ac6022300ced8b56f523db5d17872e91b4b2 (diff)
parent4866c6e2182dc5c74cb7e66f83e1b773d2f887b3 (diff)
downloadscala-45edf8699f76faa5d1b035fb8f887621bcbb9934.tar.gz
scala-45edf8699f76faa5d1b035fb8f887621bcbb9934.tar.bz2
scala-45edf8699f76faa5d1b035fb8f887621bcbb9934.zip
Merge pull request #5372 from scala/baseVersionSuffix
Fix instructions for baseVersionSuffix in README
-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`).