We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c492ac6 commit 4866c6eCopy full SHA for 4866c6e
README.md
@@ -115,7 +115,7 @@ Core commands:
115
- `partest` runs partest tests (accepts options, try `partest --help`)
116
- `publishLocal` publishes a distribution locally (can be used as `scalaVersion` in
117
other sbt projects)
118
- - Optionally `set VersionUtil.baseVersionSuffix in Global := "abcd123-SNAPSHOT"`
+ - Optionally `set baseVersionSuffix := "abcd123-SNAPSHOT"`
119
where `abcd123` is the git hash of the revision being published. You can also
120
use something custom like `"mypatch"`. This changes the version number from
121
`2.12.0-SNAPSHOT` to something more stable (`2.12.0-abcd123-SNAPSHOT`).
0 commit comments