Closed
Description
Currently its rather tedious tkeeping all projects using CPM up2date. I use the get_cpm
module, which works quite nice. I think it would be a great improvement, if CPM keeps additional dynamic vMajor.Minor
tags, which will then be moved to the current active patch tag. These tags could then be targeted by the get_cpm
module.
Image a tag v0.42
. Then patch v0.42.1
comes out and the v0.42
tag will be reset to point exactly to the same commit as the v0.42.1
. But it will not move to a v0.43.x
patch.
As patches usually don't break anything but patches bugs, that should be a preferable behaviour.