Feature: Get last n
releases || releases compatible with semver range
#37
Labels
enhancement
New feature or request
n
releases || releases compatible with semver range
#37
Often if you're doing something like building a docker image around a product (for me it's the official octoprint/octoprint image), then you need to not only build an image for the latest release of a product, but several of the previous releases.
It would be great to be able to specify the last n releases, or to specify a semver input and get all tags that match.
Here's what I'm thinking this could look like: (see example of creating a matrix in one job and passing it to another from github actions docs
The text was updated successfully, but these errors were encountered: