{"id":47696261,"url":"https://github.com/arran4/git-tag-inc-action","last_synced_at":"2026-04-02T16:26:55.374Z","repository":{"id":346746832,"uuid":"1191359266","full_name":"arran4/git-tag-inc-action","owner":"arran4","description":"An action for incrementing semantic git tags","archived":false,"fork":false,"pushed_at":"2026-03-25T08:16:12.000Z","size":16,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-26T12:16:10.037Z","etag":null,"topics":["git-tag-inc","github-action","github-workflow","semantic-tagging","semantic-versions","tag-manager"],"latest_commit_sha":null,"homepage":"https://github.com/arran4/git-tag-inc","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arran4.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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-03-25T06:54:42.000Z","updated_at":"2026-03-25T08:16:15.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/arran4/git-tag-inc-action","commit_stats":null,"previous_names":["arran4/git-tag-inc-action"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/arran4/git-tag-inc-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arran4%2Fgit-tag-inc-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arran4%2Fgit-tag-inc-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arran4%2Fgit-tag-inc-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arran4%2Fgit-tag-inc-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arran4","download_url":"https://codeload.github.com/arran4/git-tag-inc-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arran4%2Fgit-tag-inc-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31309867,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"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":["git-tag-inc","github-action","github-workflow","semantic-tagging","semantic-versions","tag-manager"],"created_at":"2026-04-02T16:26:54.725Z","updated_at":"2026-04-02T16:26:55.363Z","avatar_url":"https://github.com/arran4.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# git-tag-inc GitHub Action\n\nThis GitHub Action downloads and installs [`git-tag-inc`](https://github.com/arran4/git-tag-inc).\n\n## Usage\n\n```yaml\nname: Example workflow\non: [push]\n\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v4\n\n      - name: Use git-tag-inc Action\n        uses: arran4/git-tag-inc-action@v1\n        with:\n          # Optional: specify an action\n          action: 'patch'\n\n      - name: Use git-tag-inc Action (Minor)\n        uses: arran4/git-tag-inc-action@v1\n        with:\n          action: 'minor'\n\n      - name: Use git-tag-inc Action (Combination)\n        uses: arran4/git-tag-inc-action@v1\n        with:\n          action: 'patch rc2'\n\n      - name: Use git-tag-inc Action (skip forwards)\n        uses: arran4/git-tag-inc-action@v1\n        with:\n          action: '--skip-forwards test1'\n\n      - name: Use git-tag-inc Action (dry run)\n        uses: arran4/git-tag-inc-action@v1\n        with:\n          action: '--dry patch'\n\n      - name: Use git-tag-inc Action (capture version)\n        id: tagger\n        uses: arran4/git-tag-inc-action@v1\n        with:\n          action: 'patch'\n      - name: Print captured version\n        run: echo \"The new version is ${{ steps.tagger.outputs.version }}\"\n```\n\n## Inputs\n\n| Name | Description | Default | Required |\n|---|---|---|---|\n| `version` | The version of `git-tag-inc` to install (e.g. `latest`, `v0.0.18`). | `latest` | No |\n| `github-token` | GitHub token to authenticate API requests to prevent rate limiting. | `${{ github.token }}` | No |\n| `action` | The action to run with `git-tag-inc`. | `''` | No |\n| `mode` | The execution mode: `install`, `install and run`, or `run`. | `install and run` | No |\n\n## Outputs\n\n| Name | Description |\n|---|---|\n| `version` | The resulting version tag after running `git-tag-inc`. |\n\n## License\n\nThis action is distributed under the same terms as the `git-tag-inc` tool itself. See the `LICENSE` file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farran4%2Fgit-tag-inc-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farran4%2Fgit-tag-inc-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farran4%2Fgit-tag-inc-action/lists"}