SAP / ui5-manifest

This project contains the flattend json schema for the ui5 manifest.
Apache License 2.0
30 stars 9 forks source link

Allow Extension to Versioning format #20

Open vickyokrm opened 2 years ago

vickyokrm commented 2 years ago

The application version format currently supported is MAJOR.MINOR.PATCH which is also validated. However, allowing additional extensions such as:

             | <version core> "-" <pre-release>
             | <version core> "+" <build>
             | <version core> "-" <pre-release> "+" <build>

could be useful in scenarios where for example 'git hash' together with version to be displayed.