{"id":21657287,"url":"https://github.com/zcubbs/gh-release-action","last_synced_at":"2026-04-09T21:11:05.871Z","repository":{"id":209282799,"uuid":"723654897","full_name":"zcubbs/gh-release-action","owner":"zcubbs","description":null,"archived":false,"fork":false,"pushed_at":"2023-11-26T13:47:49.000Z","size":396,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-20T08:56:54.583Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/zcubbs.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}},"created_at":"2023-11-26T11:13:06.000Z","updated_at":"2023-11-26T13:23:00.000Z","dependencies_parsed_at":"2023-11-26T12:24:34.112Z","dependency_job_id":"ecf5318a-2ab6-4bf6-93a2-90d2dcb29824","html_url":"https://github.com/zcubbs/gh-release-action","commit_stats":null,"previous_names":["zcubbs/gh-release-action"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/zcubbs/gh-release-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zcubbs%2Fgh-release-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zcubbs%2Fgh-release-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zcubbs%2Fgh-release-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zcubbs%2Fgh-release-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zcubbs","download_url":"https://codeload.github.com/zcubbs/gh-release-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zcubbs%2Fgh-release-action/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266738657,"owners_count":23976439,"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-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"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-11-25T09:20:26.060Z","updated_at":"2026-04-09T21:11:05.828Z","avatar_url":"https://github.com/zcubbs.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Github Release Action\n\nThis GitHub Action automates the process of calculating a new semantic version tag based on the latest tag found in the repository. It increments the patch version while keeping the major and minor versions as specified.\n\n## Inputs\n\n### `major`\n\n**Required** The major version number. This should be incremented when there are incompatible API changes.\n\n### `minor`\n\n**Required** The minor version number. This should be incremented when functionality is added in a backward-compatible manner.\n\n### `github-token`\n\n**Required** A GitHub token to authenticate API requests. Typically, this will be the GitHub Actions provided `${{ secrets.GITHUB_TOKEN }}`.\n\n## Outputs\n\n### `new-version`\n\nThe new version tag created by the action.\n\n## Example Usage\n\n```yaml\njobs:\n  release:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v2\n      \n      - name: Calculate Version and Create Release\n        id: versioning\n        uses: zcubbs/gh-release-action@v1\n        with:\n          major: '1'\n          minor: '0'\n          github-token: ${{ secrets.GITHUB_TOKEN }}\n\n      - name: Use the new version\n        run: echo \"The new version is ${{ steps.versioning.outputs.new-version }}\"\n```\n\n## Development\n\n```bash\nnpm run build\n```\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzcubbs%2Fgh-release-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzcubbs%2Fgh-release-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzcubbs%2Fgh-release-action/lists"}