Open jwodder opened 11 months ago
This would enable dealing with tags like like rel_1_0 (used by SQLAlchemy and Alembic) by mapping the underscores to periods.
rel_1_0
Alternatively, tag2version could gain a dot: str parameter for specifying the version segment separator in tags.
tag2version
dot: str
This would enable dealing with tags like like
rel_1_0
(used by SQLAlchemy and Alembic) by mapping the underscores to periods.Alternatively,
tag2version
could gain adot: str
parameter for specifying the version segment separator in tags.