{"id":15174040,"url":"https://github.com/onesoft-sudo/conventional-release-action","last_synced_at":"2026-03-07T17:07:33.167Z","repository":{"id":255022515,"uuid":"848298994","full_name":"onesoft-sudo/conventional-release-action","owner":"onesoft-sudo","description":"Automate the creation of GitHub releases and Changelogs.","archived":false,"fork":false,"pushed_at":"2025-05-23T07:38:02.000Z","size":684,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-05-23T09:13:12.582Z","etag":null,"topics":["actions","auto-release","automation","conventional-changelog","conventional-commits","releases","semver","versioning","workflow"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/conventional-release-action","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/onesoft-sudo.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog","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":null,"dco":null,"cla":null}},"created_at":"2024-08-27T14:04:35.000Z","updated_at":"2025-05-23T07:38:06.000Z","dependencies_parsed_at":"2024-09-16T19:04:48.990Z","dependency_job_id":"d9cc720e-c3d3-4eaa-95da-f8c31d4b7241","html_url":"https://github.com/onesoft-sudo/conventional-release-action","commit_stats":{"total_commits":124,"total_committers":4,"mean_commits":31.0,"dds":0.2983870967741935,"last_synced_commit":"519b80e3669afc5630933947ccbb24342ff666c8"},"previous_names":["onesoft-sudo/conventional-release-action"],"tags_count":31,"template":false,"template_full_name":null,"purl":"pkg:github/onesoft-sudo/conventional-release-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onesoft-sudo%2Fconventional-release-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onesoft-sudo%2Fconventional-release-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onesoft-sudo%2Fconventional-release-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onesoft-sudo%2Fconventional-release-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onesoft-sudo","download_url":"https://codeload.github.com/onesoft-sudo/conventional-release-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onesoft-sudo%2Fconventional-release-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30222552,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T17:00:40.062Z","status":"ssl_error","status_checked_at":"2026-03-07T17:00:39.026Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["actions","auto-release","automation","conventional-changelog","conventional-commits","releases","semver","versioning","workflow"],"created_at":"2024-09-27T11:23:19.096Z","updated_at":"2026-03-07T17:07:33.152Z","avatar_url":"https://github.com/onesoft-sudo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Conventional Release Action\n\nA GitHub Action to automate the conventional release workflow.\n\n## Features\n\n- Automatically determines the version based on the commit messages.\n- Supports the [Conventional Commits](https://www.conventionalcommits.org/) specification.\n- Supports the [Semantic Versioning](https://semver.org/) specification.\n- Allows you to manually specify version types, build metadata, pre-release and even custom identifiers.\n- Can automate the generation of ChangeLog files using [OSN Commons](https://github.com/onesoft-sudo/commons).\n- Can be used to automate the creation of GitHub releases.\n\n## Basic Usage\n\n```yaml\nname: Release\n\non:\n  push:\n    branches:\n      - main\n\njobs:\n  release:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v4\n\n      - name: Conventional Release Action\n        id: automatic_versioning\n        uses: onesoft-sudo/conventional-release-action@latest\n\n      - name: Create Release\n        uses: ncipollo/release-action@v2\n        if: ${{ steps.automatic_versioning.outputs.tag != '' }}\n        with:\n          tag: ${{ steps.automatic_versioning.outputs.tag }}\n          body: ${{ steps.automatic_versioning.outputs.release_notes }}\n```\n\n## Inputs\n\n- `allowed-commit-types` - A comma-separated list of commit types that are allowed.\n- `version-json-file` - The path to the JSON file that contains the version information.\n- `version-manager-module` - The path to a commonjs module that exports a function to manage the version.\n- `json-tab-width` - The number of spaces to use for indentation in the JSON file.\n- `create-tag` - Whether to create a tag for the new version.\n- `create-commit` - Whether to create a commit for the new version.\n- `create-tag-prefix` - The prefix to use for the tag.\n- `commit-message-format` - The format to use for the commit message.\n- `git-path` - The path to the git executable.\n- `git-user-name` - The name to use for the git user.\n- `git-user-email` - The email to use for the git user.\n- `git-gpg-key` - The GPG key (ASCII) to use for signing the commit.\n- `git-sign-off` - Whether to sign off the commit.\n- `git-push` - Whether to push the commit and tag.\n- `git-push-remote` - The remote to push the commit and tag to.\n- `git-push-remote-url` - The URL of the remote to push the commit and tag to.\n- `git-push-branch` - The branch to push the commit and tag to.\n- `metadata-file` - The path to the file that contains the metadata.\n- `changelog-file` - The path to the file where the generated changelog will be written.\n- `changelog-format` - The format to use for the changelog. Can be 'markdown' or 'plain'.\n- `add-release-notes` - Whether to add release notes to the changelog.\n\n\u003e [!NOTE]\n\u003e All inputs are optional.\n\n## Outputs\n\n- `tag` - The tag for the new version.\n- `release_notes` - The release notes for the new version.\n- `version` - The new version.\n\n\u003e [!NOTE]  \n\u003e All of these outputs will be empty if no new version is created.\n\n## Contributors\n\n- [Ar Rakin](https://github.com/virtual-designer) [Maintainer]\n\n## License\n\nCopyright (C) 2024 OSN and the contributors.\u003cbr /\u003e\n\nThis project is licensed under the GNU General Public License v3.0 - see the [LICENSE](LICENSE) file for details.\u003cbr /\u003e\nThis is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.\n\n## Acknowledgements\n\n- [Conventional Commits](https://www.conventionalcommits.org/)\n- [Semantic Versioning](https://semver.org/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonesoft-sudo%2Fconventional-release-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonesoft-sudo%2Fconventional-release-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonesoft-sudo%2Fconventional-release-action/lists"}