{"id":30606514,"url":"https://github.com/redis/redis-oss-release-automation","last_synced_at":"2025-08-30T03:02:57.863Z","repository":{"id":312290424,"uuid":"1029596880","full_name":"redis/redis-oss-release-automation","owner":"redis","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-29T15:22:42.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-29T18:26:34.844Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/redis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-31T09:28:51.000Z","updated_at":"2025-08-29T15:22:45.000Z","dependencies_parsed_at":"2025-08-29T18:37:12.823Z","dependency_job_id":null,"html_url":"https://github.com/redis/redis-oss-release-automation","commit_stats":null,"previous_names":["redis/redis-oss-release-automation"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/redis/redis-oss-release-automation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redis%2Fredis-oss-release-automation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redis%2Fredis-oss-release-automation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redis%2Fredis-oss-release-automation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redis%2Fredis-oss-release-automation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redis","download_url":"https://codeload.github.com/redis/redis-oss-release-automation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redis%2Fredis-oss-release-automation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":272797077,"owners_count":24994521,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-30T02:00:09.474Z","response_time":77,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2025-08-30T03:01:40.277Z","updated_at":"2025-08-30T03:02:57.844Z","avatar_url":"https://github.com/redis.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Redis OSS Release Automation CLI\n\nA command-line tool for automating Redis OSS releases across multiple package repositories.\n\n## Installation\n\n### From Source\n\n```bash\ngit clone https://github.com/redis/redis-oss-release-automation.git\ncd redis-oss-release-automation\npip install -e .\n```\n\n## Prerequisites\n\n1. **GitHub Token**: Personal access token with workflow permissions\n2. **AWS Credentials**: Access to S3 bucket for state storage\n3. **Package Repositories**: Access to Redis package repositories\n\n### Environment Variables\n\n```bash\nexport GITHUB_TOKEN=\"ghp_xxxxxxxxxxxx\"\nexport AWS_ACCESS_KEY_ID=\"your-access-key-id\"\nexport AWS_SECRET_ACCESS_KEY=\"your-secret-access-key\"\nexport AWS_SESSION_TOKEN=\"your-session-token\"  \nexport REDIS_RELEASE_STATE_BUCKET=\"redis-release-state\"\n```\n\n## Usage\n\n### Basic Release\n\n```bash\n# Start a new release\nredis-release release 8.2.0\n\n# Force rebuild packages\nredis-release release 8.2.0 --force-rebuild\n```\n\n### Check Status\n\n```bash\n# Check release status\nredis-release status 8.2.0\n```\n\n### Advanced Options\n\n```bash\n# Dry run mode (simulate without changes)\nredis-release release 8.2.0 --dry-run\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredis%2Fredis-oss-release-automation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredis%2Fredis-oss-release-automation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredis%2Fredis-oss-release-automation/lists"}