{"id":17988522,"url":"https://github.com/heyvito/semver-releaser","last_synced_at":"2025-03-25T22:33:47.059Z","repository":{"id":48584509,"uuid":"377527759","full_name":"heyvito/semver-releaser","owner":"heyvito","description":"Action for releasing using SemVer + Conventional Commits","archived":false,"fork":false,"pushed_at":"2023-12-27T15:11:20.000Z","size":54,"stargazers_count":8,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-29T20:06:36.413Z","etag":null,"topics":["actions","conventional-commits","semantic-version","semantic-versioning","semver","semver-release"],"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/heyvito.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}},"created_at":"2021-06-16T14:38:15.000Z","updated_at":"2023-10-18T22:05:51.000Z","dependencies_parsed_at":"2024-06-19T11:15:13.309Z","dependency_job_id":"43cb43a6-91c9-4371-830d-45fc69216b96","html_url":"https://github.com/heyvito/semver-releaser","commit_stats":{"total_commits":7,"total_committers":2,"mean_commits":3.5,"dds":0.1428571428571429,"last_synced_commit":"080cbc3c30ee2a3c68f30993c62ff90bb0b34208"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heyvito%2Fsemver-releaser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heyvito%2Fsemver-releaser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heyvito%2Fsemver-releaser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heyvito%2Fsemver-releaser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heyvito","download_url":"https://codeload.github.com/heyvito/semver-releaser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245556270,"owners_count":20634876,"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","conventional-commits","semantic-version","semantic-versioning","semver","semver-release"],"created_at":"2024-10-29T19:11:55.408Z","updated_at":"2025-03-25T22:33:46.746Z","avatar_url":"https://github.com/heyvito.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# semver-releaser\n\nThis action provides a clean way to create SemVer \nreleases based on Conventional Commits.\n\n# Using this Action\n\nThis action relies on tags present on the repository, \nso it is required to unshallow the repository cloned by \nactions/checkout@v2:\n\n```yaml\nname: Release\n\non:\n  push:\n    branches:\n      - master\n\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v2\n\n      - name: Prepare local repository\n        run: git fetch --prune --unshallow --tags -f\n\n     - name: semver-releaser\n       uses: heyvito/semver-releaser@v0.0.10\n       with:\n        github-token: ${{ secrets.GITHUB_TOKEN }}\n```\n\n## License\n\n```\nMIT License\n\nCopyright (c) 2021 - Victor Gama de Oliveira\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheyvito%2Fsemver-releaser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheyvito%2Fsemver-releaser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheyvito%2Fsemver-releaser/lists"}