Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When a release is published, upload a stable source archive. (#1464)
* 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 * Use actions/checkout without a commit hash.
- Loading branch information