-
Notifications
You must be signed in to change notification settings - Fork 524
Open
Labels
enhancementnew behaviour or additional functionalitynew behaviour or additional functionality
Description
vsn in the .app.src file should support a string that is a prefix passed to git describe in the argument --match.
{vsn, {git, "api-*"}}
Then the prefix should be stripped to create the application version.
This helps use of the feature in repos with multiple applications.
Looking at this code again I also don't know why we don't just use git describe --tags and let git do all the work. That is a separate issue, but I'm guessing maybe git describe worked different way back when this was created and it was never updated.
Metadata
Metadata
Assignees
Labels
enhancementnew behaviour or additional functionalitynew behaviour or additional functionality