elastic / ems-file-service

Data sources for Elastic Map Service
Other
3 stars 8 forks source link

Support date versions #287

Closed jsanz closed 1 year ago

jsanz commented 1 year ago

Resolves #286

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.

  ...
  DATE_VERSIONS: [
    {
      date: "2023-10-31",
      semver: "v8.10",
    },
  ],
  LATEST_TAG: "latest",
  ...
elasticmachine commented 1 year ago

:green_heart: Build Succeeded

History