{"id":19511107,"url":"https://github.com/shotakitazawa/action-bump-calver","last_synced_at":"2026-03-09T13:43:28.011Z","repository":{"id":37075342,"uuid":"319502099","full_name":"ShotaKitazawa/action-bump-calver","owner":"ShotaKitazawa","description":"GitHub Action to bump the calver version up","archived":false,"fork":false,"pushed_at":"2024-03-18T11:44:10.000Z","size":128,"stargazers_count":3,"open_issues_count":5,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T07:36:03.161Z","etag":null,"topics":["actions","github"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/ShotaKitazawa.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}},"created_at":"2020-12-08T02:25:47.000Z","updated_at":"2023-11-20T14:10:18.000Z","dependencies_parsed_at":"2023-02-16T22:16:16.162Z","dependency_job_id":null,"html_url":"https://github.com/ShotaKitazawa/action-bump-calver","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"ef2f47a45be8f4542efd2e70bd90ad52fe0db051"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShotaKitazawa%2Faction-bump-calver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShotaKitazawa%2Faction-bump-calver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShotaKitazawa%2Faction-bump-calver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ShotaKitazawa%2Faction-bump-calver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ShotaKitazawa","download_url":"https://codeload.github.com/ShotaKitazawa/action-bump-calver/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250926928,"owners_count":21509058,"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","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"],"created_at":"2024-11-10T23:19:29.290Z","updated_at":"2026-03-09T13:43:27.954Z","avatar_url":"https://github.com/ShotaKitazawa.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Action Bump Calver\n\n[![release][release-badge]][release]\n[![license][license-badge]][license]\n\nThis is a GitHub Action to bump the given calver version up.\n\nFor example:\n\n- `current_version=v20.01.0`, `now()=2021/01/01` -\u003e `new_version=v21.01.0`\n- `current_version=20.01.0`, `now()=2021/01/01` -\u003e `new_version=21.01.0`\n- `current_version=v21.01.0`, `now()=2021/01/01` -\u003e `new_version=v21.01.1`\n\nIt would be more useful to use this with other GitHub Actions' outputs.\n\n\n## Inputs\n\n|       NAME        |                                       DESCRIPTION                                        |   TYPE   | REQUIRED | DEFAULT |\n|-------------------|------------------------------------------------------------------------------------------|----------|----------|---------|\n| `current_version` | The current version.                                                                     | `string` | `true`   | `N/A`   |\n\n## Outputs\n\n|     NAME      |        DESCRIPTION         |   TYPE   |\n|---------------|----------------------------|----------|\n| `new_version` | The bumped calver version. | `string` |\n\n## Example\n\n### Simple\n\n```yaml\nname: Push a new tag\n\non:\n  push:\n    branches:\n      - master\n\njobs:\n  release:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v2\n\n      - uses: actions-ecosystem/action-get-latest-tag@v1\n        id: get-latest-tag\n\n      - uses: ShotaKitazawa/action-bump-calver@v1\n        id: bump-calver\n        with:\n          current_version: ${{ steps.get-latest-tag.outputs.tag }}\n\n      - uses: actions-ecosystem/action-push-tag@v1\n        with:\n          tag: ${{ steps.bump-calver.outputs.new_version }}\n          message: '${{ steps.bump-calver.outputs.new_version }}: PR #${{ github.event.pull_request.number }} ${{ github.event.pull_request.title }}'\n```\n\n## Note\n\nThis action is inspired by [actions-ecosystem/action-bump-semver](https://github.com/actions-ecosystem/action-bump-semver)\n\n\u003c!-- badge links --\u003e\n\n[release]: https://github.com/ShotaKitazawa/action-bump-calver/releases\n[release-badge]: https://img.shields.io/github/v/release/ShotaKitazawa/action-bump-calver?style=for-the-badge\u0026logo=github\n\n[license]: LICENSE\n[license-badge]: https://img.shields.io/github/license/ShotaKitazawa/action-bump-calver?style=for-the-badge\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshotakitazawa%2Faction-bump-calver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshotakitazawa%2Faction-bump-calver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshotakitazawa%2Faction-bump-calver/lists"}