gsprdev
Results
2
comments of
gsprdev
No. If the version name has a "SNAPSHOT" suffix it is, by definition, not a "release" build. ```def isReleaseBuild() { return VERSION_NAME.contains("SNAPSHOT") == false }``` determines whether `SNAPSHOT` is _absent_...
My guess is that you installed gitflow via a package manager on a Debian- or FHEL-based system, or through an embedded integration in SourceTree or the like. This project is...