{"id":17168884,"url":"https://github.com/alirezatheh/auto-bump-versions","last_synced_at":"2026-05-08T17:34:46.943Z","repository":{"id":65157405,"uuid":"497261348","full_name":"alirezatheh/auto-bump-versions","owner":"alirezatheh","description":"GitHub action to automate bump version in CHANGELOG.md  (Keep a Changelog format) and  optionally bump other files’ version using  BumpVer, then commit and push changes.","archived":false,"fork":false,"pushed_at":"2023-08-05T13:11:32.000Z","size":27,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-19T00:37:23.904Z","etag":null,"topics":["actions","github","github-actions","semantic-versioning","version","version-control","versioning"],"latest_commit_sha":null,"homepage":"","language":"Python","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/alirezatheh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2022-05-28T08:39:35.000Z","updated_at":"2025-05-02T10:49:55.000Z","dependencies_parsed_at":"2025-01-29T23:35:03.330Z","dependency_job_id":null,"html_url":"https://github.com/alirezatheh/auto-bump-versions","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/alirezatheh/auto-bump-versions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alirezatheh%2Fauto-bump-versions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alirezatheh%2Fauto-bump-versions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alirezatheh%2Fauto-bump-versions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alirezatheh%2Fauto-bump-versions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alirezatheh","download_url":"https://codeload.github.com/alirezatheh/auto-bump-versions/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alirezatheh%2Fauto-bump-versions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32790524,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"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":["actions","github","github-actions","semantic-versioning","version","version-control","versioning"],"created_at":"2024-10-14T23:13:10.636Z","updated_at":"2026-05-08T17:34:46.925Z","avatar_url":"https://github.com/alirezatheh.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Auto Bump Versions\nGitHub action to automate bump version in `CHANGELOG.md`\n([Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format) and\noptionally bump other files' version using\n[BumpVer](https://github.com/mbarkhau/bumpver), then commit and push changes.\n\n## Usage\n```yaml\nname: Publish\non:\n  push:\n    branches:\n      - main\n  workflow_dispatch:\n\njobs:\n  bump-versions:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: alirezatheh/auto-bump-versions@v1\n        with:\n          github-token: ${{ secrets.GITHUB_TOKEN }}\n          new-version: 1.2.3\n          use-bumpver: true\n```\n\nThe action assume:\n- Python and pip are installed (e.g. by `actions/setup-python@v3`).\n\n## Inputs\n- `github-token`: GitHub token (required).\n- `new-version`: The version to be bumped. If missing guess the new version\n  using section names in unreleased changes of `CHANGELOG.md`\n  ([Keep a Changelog](https://keepachangelog.com/en/1.0.0/) format) (optional).\n- `use-bumpver`: If use `BumpVer` to bump local version in files other than\n  `CHANGELOG.md`. If this is `true` your project root must contain\n  `bumpver.toml` file, Defaults to `false` (optional).\n\n## Outputs\n- `new-version`: New version to be released. If `new-version` input is missing,\n  this is the guessed version.\n\n## Acknowledgements\nThis action is inspired by\n[pypi-auto-publish](https://github.com/etils-actions/pypi-auto-publish)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falirezatheh%2Fauto-bump-versions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falirezatheh%2Fauto-bump-versions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falirezatheh%2Fauto-bump-versions/lists"}