Closed crazy-max closed 2 months ago
SGTM, but maybe include .0
feature releases as well, so that progress between patch releases is tracked (eg. when we fix something in a patch release). For last release maybe include all patch releases.
Not critical as this can be done with custom refs, but any RC-s newer than latest feature release should also be included.
SGTM, but maybe include
.0
feature releases as well, so that progress between patch releases is tracked (eg. when we fix something in a patch release). For last release maybe include all patch releases.Not critical as this can be done with custom refs, but any RC-s newer than latest feature release should also be included.
Done to track zero releases as well. I will open an issue to track RC-s newer than latest feature.
Any case where we would want to back N commits but in the same day?
Any case where we would want to back N commits but in the same day?
I don't think there is a reason to have more than one. Maybe we could make priority on commit of the day being tagged but we already cover that for releases.
Instead of using hardcoded references we should have a dynamic list of ref candidates. We want a list of:
Example for 7 last days commits, 3 last releases and
master
as custom ref:~There can be duplicates at the moment like
master
and2024-08-23
. We should filter them out when processing commits.~