{"id":20981983,"url":"https://github.com/lowrisc/bazel-release","last_synced_at":"2026-02-11T18:09:42.247Z","repository":{"id":64879149,"uuid":"578363945","full_name":"lowRISC/bazel-release","owner":"lowRISC","description":"Bazel automated GitHub release process","archived":false,"fork":false,"pushed_at":"2024-06-18T14:22:04.000Z","size":13,"stargazers_count":2,"open_issues_count":1,"forks_count":3,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-08-25T05:00:59.156Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lowRISC.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-12-14T22:04:10.000Z","updated_at":"2025-06-07T05:07:31.000Z","dependencies_parsed_at":"2024-11-19T05:45:01.894Z","dependency_job_id":"010b78ba-603d-4a9e-ac6b-7beaf772bd04","html_url":"https://github.com/lowRISC/bazel-release","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/lowRISC/bazel-release","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lowRISC%2Fbazel-release","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lowRISC%2Fbazel-release/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lowRISC%2Fbazel-release/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lowRISC%2Fbazel-release/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lowRISC","download_url":"https://codeload.github.com/lowRISC/bazel-release/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lowRISC%2Fbazel-release/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29340508,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T16:14:43.024Z","status":"ssl_error","status_checked_at":"2026-02-11T16:14:15.258Z","response_time":97,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-19T05:42:08.295Z","updated_at":"2026-02-11T18:09:42.228Z","avatar_url":"https://github.com/lowRISC.png","language":"Shell","readme":"# bazel-release\nBazel automated GitHub release process\n\nThis repository contains bazel automation for performing releases to GitHub.\n\n## Usage\n\n### Configuration\n\nLoad this repository in your `WORKSPACE`:\n\n```\nhttp_archive(\n    name = \"lowrisc_bazel_release\",\n    url = \"https://github.com/lowRISC/bazel-release/archive/refs/tags/v0.0.1.tar.gz\",\n    sha256 = \"b4a6518347f4c95b218c4358e2ce946be0100ff731ccc4922cb1f8e1acc9e09d\",\n    strip_prefix = \"bazel-release-0.0.1\",\n)\n\n\nload(\"@lowrisc_bazel_release//:repos.bzl\", \"lowrisc_bazel_release_repos\")\nlowrisc_bazel_release_repos()\nload(\"@lowrisc_bazel_release//:deps.bzl\", \"lowrisc_bazel_release_deps\")\nlowrisc_bazel_release_deps()\n```\n\n### Defining the Release\n\nIn a `BUILD` file, instantiate the `release` rule and provide the\nlabels and descriptions of your release artifacts:\n\n```\nload(\"@lowrisc_bazel_release//release:release.bzl\", \"release\")\n\nrelease(\n    name = \"release\",\n    artifacts = {\n        \"//:your_release_artifact\": \"Binary release of my project\",\n    },\n)\n```\n\n### Releasing\n\n#### Manual Release\n\nWhen you want to perform a release, run the `release` target:\n\n```\nbazel run :release -- \u003cyour release tag name\u003e\n```\n\nBazel will build your release artifacts, and then use the GitHub CLI to\ncreate a release on GitHub and upload your release artifacts.\n\n#### Automation with Github Actions\n\nTo create a release via Github actions, execute the release rule\nas a step in your workflow configuration.  See the\n[`create_release.yml`](.github/workflows/create_release.yml) file in\nthis repository as an example.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flowrisc%2Fbazel-release","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flowrisc%2Fbazel-release","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flowrisc%2Fbazel-release/lists"}