Skip to content

monorepo support for git application version #2971

@tsloughter

Description

@tsloughter

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

No one assigned

    Labels

    enhancementnew behaviour or additional functionality

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions