git2consul icon indicating copy to clipboard operation
git2consul copied to clipboard

support_tags

Open ewah opened this issue 7 years ago • 1 comments

Just need some clarification (and perhaps and enhancement).

Currently, it looks like 'support_tags' options will pull down all tags for a project and there is no way to filter that with 'branches'.

The Readme implies that it could work, but makes no full claim to that.

A support_tags is a repo-level option instructing git2consul to treat tags as if they were branches

So, I'm looking for something where we could filter by tags. Either by specific tags support_tags: ["2.0.0", "2.0.1", "3.0.0"] or a tag regex-es? support_tags: ["/^2\\.0\\.\\d+$/", "/^3\\./", "/^cAsE_iNsEnSiTiVe_1\\./i"]

Of course, support_tags: true would still yield all tags.

ewah avatar Jan 24 '17 17:01 ewah

+1

bitsofinfo avatar Jan 24 '17 17:01 bitsofinfo