Closed alambike closed 1 week ago
We need to:
Make sure the latest_prerelease calculation select the latest by creation date, element in the response from the GitHub API: See https://github.com/prefapp/action-deployment-dispatch/issues/22
latest_prerelease
Support the latest_release_vX, latest_release_vX.Y format in the specification, to select the latest release in the major or major.minor lineage
latest_release_vX
latest_release_vX.Y
major
major.minor
Check: https://github.com/prefapp/action-deployment-dispatch/compare/v2...v2.1
See https://github.com/prefapp/action-deployment-dispatch/blob/e9423f3d559f15ede112bd4244e366141e8f86be/utils/ImagesCalculator.js
Closed as completed
Motivation
We need to:
Make sure the
latest_prerelease
calculation select the latest by creation date, element in the response from the GitHub API: See https://github.com/prefapp/action-deployment-dispatch/issues/22Support the
latest_release_vX
,latest_release_vX.Y
format in the specification, to select the latest release in themajor
ormajor.minor
lineageCheck: https://github.com/prefapp/action-deployment-dispatch/compare/v2...v2.1
See https://github.com/prefapp/action-deployment-dispatch/blob/e9423f3d559f15ede112bd4244e366141e8f86be/utils/ImagesCalculator.js
Acceptance criteria
latest_release_vX
,latest_release_vX.Y
format is added.