Skip to content

Support date versions #287

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jul 14, 2023
Merged

Support date versions #287

merged 7 commits into from
Jul 14, 2023

Conversation

jsanz
Copy link
Member

@jsanz jsanz commented Jul 14, 2023

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",
  ...

@jsanz jsanz requested a review from nickpeihl July 14, 2023 14:23
Copy link
Member

@nickpeihl nickpeihl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

code review and tested building distribution

Co-authored-by: Nick Peihl <nickpeihl@gmail.com>
@elasticmachine
Copy link
Collaborator

💚 Build Succeeded

History

@jsanz jsanz merged commit 9efe22b into elastic:master Jul 14, 2023
@jsanz jsanz deleted the date-versions branch July 14, 2023 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Generate EMS File Service manifests for serverless
3 participants