klesh opened a new issue, #1983:
URL: https://github.com/apache/incubator-devlake/issues/1983

   ## Description
   Refdiff currently accept only `pairs` and calculate diffs for them, this is 
not very flexible, because most of the time, user would like to know diffs of 
latest releases. It's no point to calculate same set of pairs over and over 
again, especially with `pipelines` that triggered by `blueprint`
   
   ## Describe the solution you'd like
   Beside `pairs`, refdiff can accept `tagsPattern` and `tagsLimit`, maybe 
evens `tagsOrder`(alphabetically , semver). and refdiff would filter `tags` by 
these parameters, sort them, take last `tagsLimit` tags, and calculates diffs 
for them.
   
   ## Has the Feature been Requested Before?
   No


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to