tagpr
tagpr copied to clipboard
Feature Request: Multi Version Support.
Hello,
Our team has been using tagpr and finding it extremely useful. Thank you for providing such a great product.
We are currently preparing to release version 2. At the same time, due to some user requirements, we also need to maintain version 1 in parallel.
We plan to use the main branch for v2 and the v1 branch for maintenance of v1.
However, after reviewing the tagpr code, it seems that once v2 is released, latestSemverTag will return v2. (code)
Because of that, it looks like we won’t be able to use tagpr for releasing v1.
(Please correct me if my understanding is wrong.)
It would be really helpful if tagpr could be used separately for each major version, such as v1 and v2.
Thank you very much!