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

When a release is published, upload a stable source archive. #1464

Merged
merged 2 commits into from
Oct 1, 2024

Commits on Sep 28, 2024

  1. When a release is published, upload a stable source archive.

    Add a new github actions script to release a stable source archive.
    
    Github doesn't guarantee stability of source archives for more than 6 months[1].
    More stability is required by projects like Bazel Central Registry[2][3].
    
    [1]: https://github.blog/open-source/git/update-on-the-future-stability-of-source-code-archives-and-hashes/
    [2]: https://github.com/bazelbuild/bazel-central-registry/blob/main/docs/README.md#validations
    [3]: https://blog.bazel.build/2023/02/15/github-archive-checksum.html
    gonzojive committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    c33c757 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    d7a0e32 View commit details
    Browse the repository at this point in the history