{"id":17726790,"url":"https://github.com/k-phoen/semver-release-action","last_synced_at":"2025-10-03T13:06:45.913Z","repository":{"id":47104771,"uuid":"211381003","full_name":"K-Phoen/semver-release-action","owner":"K-Phoen","description":"GitHub Action to automatically create SemVer compliant releases based on PR labels.","archived":false,"fork":false,"pushed_at":"2024-02-15T22:24:13.000Z","size":65,"stargazers_count":85,"open_issues_count":15,"forks_count":38,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-09-19T19:31:28.287Z","etag":null,"topics":["action","github","github-actions","release","semver"],"latest_commit_sha":null,"homepage":"","language":"Go","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/K-Phoen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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}},"created_at":"2019-09-27T18:39:00.000Z","updated_at":"2024-08-27T20:19:17.000Z","dependencies_parsed_at":"2024-06-18T13:54:36.167Z","dependency_job_id":"7f7db4f7-ea3d-470f-a688-c4dc96af66ba","html_url":"https://github.com/K-Phoen/semver-release-action","commit_stats":{"total_commits":51,"total_committers":4,"mean_commits":12.75,"dds":"0.27450980392156865","last_synced_commit":"1a1fc63a95a12b4bb535b53ab0d861bce53ce89d"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/K-Phoen%2Fsemver-release-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/K-Phoen%2Fsemver-release-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/K-Phoen%2Fsemver-release-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/K-Phoen%2Fsemver-release-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/K-Phoen","download_url":"https://codeload.github.com/K-Phoen/semver-release-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248085683,"owners_count":21045195,"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":["action","github","github-actions","release","semver"],"created_at":"2024-10-25T17:06:51.841Z","updated_at":"2025-10-03T13:06:40.888Z","avatar_url":"https://github.com/K-Phoen.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Semver Release Github Action ![](https://github.com/K-Phoen/semver-release-action/workflows/CI/badge.svg)\n\nAutomatically create [SemVer](https://semver.org/) compliant releases based on\nPR labels.\n\nAssuming that a PR is tagged with a \"*semver-compliant*\" label (*patch*, *minor* or *major*),\nthen this action can create a tag and a GitHub release when it is merged.\n\n**Note:** to determine the base tag for the increment, this action will try to\nfind the most recent tag complying to [SemVer](https://semver.org/). No\nadditional setup is required.\n\n## Inputs\n\n### `release_branch`\n\n**Required** Branch to tag. Default `\"master\"`.\n\n### `release_strategy`\n\n**Required** Release strategy. Default `\"release\"` (`release`: creates a GitHub\nrelease ; `tag`: creates a lightweight tag ; `none`: computes the next\n[SemVer](https://semver.org/) version but does not create a release or tag).\n\n### `tag_format`\n\n**Optional** Format used to create tags. Default `\"v%major%.%minor%.%patch%\"`.\n\n### `tag`\n\n**Optional** Tag to use. If left undefined, it will be computed using the tags\nalready present in the repository.\n\n## Outputs\n\n### `tag`\n\nThe newly created tag.\n\n## Example usage\n\n```yaml\n# .github/workflows/release.yml\nname: Release\n\non:\n  pull_request:\n    types: [closed]\n\njobs:\n  build:\n    runs-on: ubuntu-latest\n\n    if: github.event.pull_request.merged\n    \n    steps:\n      - name: Tag\n        uses: K-Phoen/semver-release-action@master\n        with:\n          release_branch: master\n        env:\n          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n\n```\n\n## License\n\nThis library is under the [MIT](LICENSE.md) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk-phoen%2Fsemver-release-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fk-phoen%2Fsemver-release-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk-phoen%2Fsemver-release-action/lists"}