ajoberstar / reckon

Infer a project's version from your Git repository.
Apache License 2.0
185 stars 28 forks source link

Provide a way to specify a release tag prefix to use #152

Closed reinhapa closed 2 years ago

reinhapa commented 3 years ago

Is it possible to provide add a configurable prefix for the release tags? I got a couple projects that require a a release tag scheme like the following examples:

Providing a prefix would enable those projects to also use this plugin by configuring the appropriate prefixes release/, release/v and v in this cases.

ajoberstar commented 2 years ago

Closing as a duplicate of #54

reinhapa commented 2 years ago

@ajoberstar I do not see really the relation to #54 here... In my case do want to have my versions using a own version format. Is it possible to provide a custom parser/format function?

ajoberstar commented 2 years ago

Sorry, they're different use cases with the same solution. Multiprojects like #54 also want a custom naming scheme to resolve their scenario.

reinhapa commented 2 years ago

When I understand you correctly there is actually no way to do this right?

ajoberstar commented 2 years ago

Yes, right now there is no way to do it. It would be an enhancement.