-
Notifications
You must be signed in to change notification settings - Fork 114
Labels
enhancementNew feature request or improvement on an existing featureNew feature request or improvement on an existing feature
Description
Per discussion in #1125 (comment), we'd like to consider a few potential changes to how gtfs-validator handles version numbers. Two potential issues:
- The use of a leading
vin the version tag (ala v3.1.0) causes problems for some tooling (Java Modules, Mac OS app packaging) that expects numeric major.minor.patch version numbers. - Our use of a
versionTagenvironment variable for passing in version information is maybe not idiomatic Gradle? My limited research has suggested that overridingproject.versionvia a command-line flag ala-Pversion=1.2.3is a more consistent way of setting the project version for the entire build.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature request or improvement on an existing featureNew feature request or improvement on an existing feature