Skip to content
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

release-json: handle edge release #25

Merged
merged 1 commit into from
Nov 27, 2024
Merged

release-json: handle edge release #25

merged 1 commit into from
Nov 27, 2024

Conversation

crazy-max
Copy link
Owner

@crazy-max crazy-max commented Nov 27, 2024

follow-up moby/moby#48964 (comment)

creates edge entry in releases json file: https://github.com/crazy-max/.github/actions/runs/12048783446/job/33594144826#step:3:12

{
  "latest": {
    "id": 187790691,
    "tag_name": "v0.1.0",
    "html_url": "https://github.com/crazy-max/releases-json-test/releases/tag/v0.1.0",
    "assets": []
  },
  "edge": {
    "id": 187790864,
    "tag_name": "v0.2.0-rc1",
    "html_url": "https://github.com/crazy-max/releases-json-test/releases/tag/v0.2.0-rc1",
    "assets": []
  },
  "v0.2.0-rc1": {
    "id": 187790864,
    "tag_name": "v0.2.0-rc1",
    "html_url": "https://github.com/crazy-max/releases-json-test/releases/tag/v0.2.0-rc1",
    "assets": []
  },
  "v0.1.0": {
    "id": 187790691,
    "tag_name": "v0.1.0",
    "html_url": "https://github.com/crazy-max/releases-json-test/releases/tag/v0.1.0",
    "assets": []
  }
}

@crazy-max crazy-max marked this pull request as ready for review November 27, 2024 11:00
@crazy-max crazy-max merged commit a6b7771 into main Nov 27, 2024
11 checks passed
@crazy-max crazy-max deleted the releases-json-edge branch November 27, 2024 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant