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

feat: Fully automate releases #5

Open
2 of 6 tasks
haruki7049 opened this issue Jul 17, 2024 · 0 comments
Open
2 of 6 tasks

feat: Fully automate releases #5

haruki7049 opened this issue Jul 17, 2024 · 0 comments
Assignees

Comments

@haruki7049
Copy link
Owner

haruki7049 commented Jul 17, 2024

To automate release...

  • Initialize mkBinaryInstall function
  • Initialize sources.json as below:
    • Initialize sources.json and fetch-releases.py
    • Setup fetch-releases.py
    • fetch sources.json by using fetch-releases.py
{
  "godot-bin": {
    "mono": [
      "3.5.1": {
        "version": "3.5.1",
        "url": "https://github.com/godotengine/godot/releases/download/3.5.1-stable/Godot_v3.5.1-stable_mono_x11_64.zip",
        "sha256": "1xsqfwyfhncmffsv9vj7a11m1s4iz7xk00k8ywhnvqiaz3i4d67f",
        "arch": "x86_64-linux"
      }
    ]
  }
}
  • Use map function and listToAttrs
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

No branches or pull requests

1 participant