{"id":22308432,"url":"https://github.com/42bytelabs/patch-release-me","last_synced_at":"2025-07-30T20:04:50.194Z","repository":{"id":241284034,"uuid":"805008631","full_name":"42ByteLabs/patch-release-me","owner":"42ByteLabs","description":"Patch Release Me","archived":false,"fork":false,"pushed_at":"2025-06-30T19:27:44.000Z","size":203,"stargazers_count":3,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-30T20:30:04.685Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://crates.io/crates/patch-release-me","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/42ByteLabs.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-05-23T17:48:48.000Z","updated_at":"2025-06-30T19:27:46.000Z","dependencies_parsed_at":"2024-05-30T01:18:55.684Z","dependency_job_id":"5d1a551c-bed6-45f5-acfa-4ffbf3fdea13","html_url":"https://github.com/42ByteLabs/patch-release-me","commit_stats":null,"previous_names":["42bytelabs/patch-release-me"],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/42ByteLabs/patch-release-me","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/42ByteLabs%2Fpatch-release-me","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/42ByteLabs%2Fpatch-release-me/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/42ByteLabs%2Fpatch-release-me/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/42ByteLabs%2Fpatch-release-me/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/42ByteLabs","download_url":"https://codeload.github.com/42ByteLabs/patch-release-me/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/42ByteLabs%2Fpatch-release-me/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267930611,"owners_count":24167475,"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-07-30T02:00:09.044Z","response_time":70,"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":"2024-12-03T20:14:01.113Z","updated_at":"2025-07-30T20:04:50.132Z","avatar_url":"https://github.com/42ByteLabs.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- markdownlint-disable --\u003e\n\u003cdiv align=\"center\"\u003e\n\u003ch1\u003ePatch Release Me\u003c/h1\u003e\n\n[![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge\u0026logo=github\u0026logoColor=white)][github]\n[![Crates.io Version](https://img.shields.io/crates/v/patch-release-me?style=for-the-badge)][crates-io]\n[![Crates.io Downloads (recent)](https://img.shields.io/crates/dr/patch-release-me?style=for-the-badge)][crates-io]\n[![GitHub Stars](https://img.shields.io/github/stars/42ByteLabs/patch-release-me?style=for-the-badge)][github]\n[![Licence](https://img.shields.io/github/license/Ileriayo/markdown-badges?style=for-the-badge)][license]\n\n\u003c/div\u003e\n\u003c!-- markdownlint-restore --\u003e\n\nThis is a tool I built to help maintain a number of code bases.\n\n## ✨ Features\n\n- Configuration as Code\n  - Define how to patch your code before release\n- Versioning Helpers\n\n## 📦 Usage\n\nYou can install / use the tool is a number of different ways\n\n### Cargo / Crates.io\n\n```bash\ncargo install patch-release-me\n```\n\n### GitHub Actions\n\n```yaml\n- name: \"Patch Release Me\"\n  uses: 42ByteLabs/patch-release-me@0.6.1\n  with:\n    # Bump (patch)\n    mode: bump\n```\n\n### Container Image\n\n**Pull Container from GitHub:**\n\n```bash\ndocker pull ghcr.io/42bytelabs/patch-release-me:0.6.1\n```\n\n**Run Image:***\n\n```bash\ndocker run -it --rm -v $PWD:/app ghcr.io/42bytelabs/patch-release-me:0.6.1 patch-release-me --help\n```\n\n### Manual Install \n\n```bash\ncargo install --git https://github.com/42ByteLabs/patch-release-me\n```\n\n## Configuration\n\n```yaml\n# Project / Repository Version\nversion: 1.2.3\n\n#[optional]: name of the software you are releasing\nname: \"patch-release-me\"\n#[optional]: repository owner/name\nrepository: \"42ByteLabs/patch-release-me\"\n#[optional]: Ecosystem to use\necosystems:\n  # Only `Rust` tagged defaults will be used\n  - \"Rust\"\n#[optional]: Are the default release locations added\ndefault: true\n\n# Patch Locations\nlocations:\n  # Array of objects\n  # Name of the patch\n  - name: \"Docs Patch\"\n    paths:\n      # Glob supported path to the files you want to patch\n      - 'Cargo.toml'\n    # [optional]: Exclude dirs/files\n    excludes:\n      - '/target/'\n    # Patterns to use to patch the files\n    patterns:\n      # Regex Patterns to find what version you want to patch which requires\n      # a capture group `(...)`. The patterns are checks are runtime.\n      - 'version = \"([0-9]\\.[0-9]\\.[0.9])\"'\n      # You can also use placeholders\n      # {version}, {major}, {minor}, {patch}, {repository}\n      - 'version = \"{version}\"'\n```\n\n## 🦸 Support\n\nPlease create [GitHub Issues][github-issues] if there are bugs or feature requests.\n\nThis project uses [Semantic Versioning (v2)][semver] and with major releases, breaking changes will occur.\n\n## 📓 License\n\nThis project is licensed under the terms of the MIT open source license.\nPlease refer to [MIT][license] for the full terms.\n\n\u003c!-- Resources --\u003e\n[license]: ./LICENSE\n[semver]: https://semver.org/\n[github]: https://github.com/42ByteLabs/patch-release-me\n[github-issues]: https://github.com/42ByteLabs/patch-release-me/issues\n[crates-io]: https://crates.io/crates/patch-release-me\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F42bytelabs%2Fpatch-release-me","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F42bytelabs%2Fpatch-release-me","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F42bytelabs%2Fpatch-release-me/lists"}