Skip to content

Commit

Permalink
Merge branch 'master' into multi-project-new
Browse files Browse the repository at this point in the history
  • Loading branch information
sideeffffect authored Jun 23, 2020
2 parents 8a92c98 + 4061946 commit 6c37494
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,10 @@ If you're publishing to Sonatype sonashots then enable `dynverSonatypeSnapshots
changes). This opt-in exists because the Sonatype's snapshots repository requires all versions to end with
`-SNAPSHOT`.

## Docker-compatible version strings
## Portable version strings

The default version string format includes `+` characters, which is not compatible with docker tags. This character can be overridden by setting:
The default version string format includes `+` characters, which is an escape character in URL and is not compatible with docker tags.
This character can be overridden by setting:

```scala
dynverSeparator in ThisBuild := "-"
Expand Down

0 comments on commit 6c37494

Please sign in to comment.