{"id":49373686,"url":"https://github.com/licenseware/bump-version","last_synced_at":"2026-04-28T01:07:01.446Z","repository":{"id":215226142,"uuid":"738384029","full_name":"licenseware/bump-version","owner":"licenseware","description":"Bump semantic versioning patch GitHub Action","archived":false,"fork":false,"pushed_at":"2024-04-08T01:47:02.000Z","size":68,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-08T02:50:44.171Z","etag":null,"topics":["bump-version","bumpversion","continuous-deployment","continuous-integration","github-actions","release-automation","semantic-versioning"],"latest_commit_sha":null,"homepage":"","language":null,"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/licenseware.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}},"created_at":"2024-01-03T05:22:09.000Z","updated_at":"2024-08-08T03:20:28.806Z","dependencies_parsed_at":"2024-01-03T08:27:03.585Z","dependency_job_id":"f8a4ffb3-d951-4309-bad2-136e1d147c7d","html_url":"https://github.com/licenseware/bump-version","commit_stats":null,"previous_names":["licenseware/bump-version"],"tags_count":111,"template":false,"template_full_name":null,"purl":"pkg:github/licenseware/bump-version","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/licenseware%2Fbump-version","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/licenseware%2Fbump-version/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/licenseware%2Fbump-version/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/licenseware%2Fbump-version/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/licenseware","download_url":"https://codeload.github.com/licenseware/bump-version/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/licenseware%2Fbump-version/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32361481,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["bump-version","bumpversion","continuous-deployment","continuous-integration","github-actions","release-automation","semantic-versioning"],"created_at":"2026-04-28T01:07:00.625Z","updated_at":"2026-04-28T01:07:01.441Z","avatar_url":"https://github.com/licenseware.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bump Version\n\nThis GitHub Action allows you to bump the patch version of your semantic\nversioned project.\n\n## Usage\n\n### Periodic releases at midnight\n\n```yaml\nname: ci\n\non:\n  schedule:\n    - cron: '30 1 */1 * *'\n\njobs:\n  scheduled-release:\n    if: github.event_name == 'schedule'\n    permissions:\n      contents: write # required for git tag\n    runs-on: ubuntu-latest\n    steps:\n      - name: Bump version\n        uses: licenseware/bump-version@v1\n        with:\n          release: 'true' # Publish GitHub release (truthy values: true, yes, 1)\n          tag: 'true' # Tag and push to repository (truthy values: true, yes, 1)\n          token: ${{ secrets.GITHUB_TOKEN }} # required for GitHub release\n```\n\n### Sign git tags with GPG\n\n```yaml\nname: ci\n\non:\n  schedule:\n    - cron: '30 1 */1 * *'\n\njobs:\n  scheduled-release:\n    if: github.event_name == 'schedule'\n    permissions:\n      contents: write # required for git tag\n    runs-on: ubuntu-latest\n    steps:\n      - name: Bump version\n        uses: licenseware/bump-version@v1\n        with:\n          gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}\n          gpg-key-id: ${{ secrets.GPG_KEY_ID }}\n          tag: 'true'\n```\n\n### Bump with no side-effect\n\n```yaml\nname: ci\n\non:\n  push:\n    tags:\n      - v*\n\njobs:\n  bump-version:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Bump version\n        id: bump\n        uses: licenseware/bump-version@v1\n      - name: Get the new version\n        run: echo \"The new version is ${{ steps.bump.outputs.version }}\"\n```\n\n## How it works\n\nHere's a table of input and their output when running this Action:\n\n| Input  | Output |\n| ------ | ------ |\n| v1     | v1.0.1 |\n| v1.2   | v1.2.1 |\n| v1.2.3 | v1.2.4 |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flicenseware%2Fbump-version","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flicenseware%2Fbump-version","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flicenseware%2Fbump-version/lists"}