You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have put my version information in a file named ./Version.sbt (note capital first letter). SBT reads this file in, and sets the version correctly.
I have defined the property releaseVersionFile as follows:
releaseVersionFile := file("Version.sbt")
However, after performing a release, I find that I have both a ./Version.sbt file (with its contents unmodified) and a ./version.sbt file (with an updated version number).
Any ideas?
I'm running on Linux Mint (19.2), using Java Zulu OpenJDK 8.
The text was updated successfully, but these errors were encountered:
I have put my version information in a file named
./Version.sbt
(note capital first letter). SBT reads this file in, and sets the version correctly.I have defined the property
releaseVersionFile
as follows:However, after performing a release, I find that I have both a
./Version.sbt
file (with its contents unmodified) and a./version.sbt
file (with an updated version number).Any ideas?
I'm running on Linux Mint (19.2), using Java Zulu OpenJDK 8.
The text was updated successfully, but these errors were encountered: