This PR introduces support to define release versions tagged as ISO8601 (yyyy-mm-yy). A new array called DATE_VERSIONS in the constants.js file contains objects as in the block below. This definition provides the minimum changes to how manifests are generated, matching a date release with a Semantic release. Finally, a "latest" folder is also generated with the last entry on the DATE_VERSIONS array.
Resolves #286
This PR introduces support to define release versions tagged as ISO8601 (yyyy-mm-yy). A new array called
DATE_VERSIONS
in theconstants.js
file contains objects as in the block below. This definition provides the minimum changes to how manifests are generated, matching a date release with a Semantic release. Finally, a "latest" folder is also generated with the last entry on theDATE_VERSIONS
array.