{"id":19341641,"url":"https://github.com/jef/conventional-commits-release-action","last_synced_at":"2025-04-23T03:31:57.785Z","repository":{"id":36976631,"uuid":"366251940","full_name":"jef/conventional-commits-release-action","owner":"jef","description":"🚀 Creates a release based on Conventional Commits","archived":false,"fork":false,"pushed_at":"2023-03-06T05:03:04.000Z","size":742,"stargazers_count":6,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T07:11:23.456Z","etag":null,"topics":["conventional-commits","github-actions"],"latest_commit_sha":null,"homepage":"","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/jef.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":"jef","custom":["https://www.paypal.me/jxf"]}},"created_at":"2021-05-11T04:12:21.000Z","updated_at":"2024-09-06T10:20:57.000Z","dependencies_parsed_at":"2024-11-10T03:31:56.368Z","dependency_job_id":null,"html_url":"https://github.com/jef/conventional-commits-release-action","commit_stats":{"total_commits":12,"total_committers":3,"mean_commits":4.0,"dds":"0.41666666666666663","last_synced_commit":"5a32b6ec6088844e2a854fe8624d1d1852125f3b"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jef%2Fconventional-commits-release-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jef%2Fconventional-commits-release-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jef%2Fconventional-commits-release-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jef%2Fconventional-commits-release-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jef","download_url":"https://codeload.github.com/jef/conventional-commits-release-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250365737,"owners_count":21418738,"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":["conventional-commits","github-actions"],"created_at":"2024-11-10T03:31:51.328Z","updated_at":"2025-04-23T03:31:57.366Z","avatar_url":"https://github.com/jef.png","language":"TypeScript","funding_links":["https://github.com/sponsors/jef","https://www.paypal.me/jxf"],"categories":[],"sub_categories":[],"readme":"# conventional-commits-release-action\n\nCreates releases based on [Conventional Commits v1.0.0](https://www.conventionalcommits.org/en/v1.0.0/).\n\n## Usage\n\n```yaml\nname: Release\non:\n  push:\n    branches:\n      - main\njobs:\n  release:\n    name: Release code\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout repository\n        uses: actions/checkout@v2\n        with:\n          fetch-depth: 0\n      - name: Release\n        uses: jef/conventional-commits-release-action@v1\n        with:\n          token: ${{ secrets.GITHUB_TOKEN }}\n```\n\n## Inputs\n\n- `create-major`: Creates a major tag as well as Semantic Version. Default is `false`.\n- `token` [**Required**]: Access token to the repository. Usually `${{ secrets.GITHUB_TOKEN }}`.\n\n## Outputs\n\n- `tag`: The tag that was created.\n\n## Contributing\n\nThere are few npm tasks that will help you in building and packaging. All commands are prefaced by `npm run`.\n\n- `build`: builds the action.\n- `compile`: transpiles TypeScript.\n- `clean`: removes `build` directory.\n- `fix`: fixes lint and format issues.\n- `lint`: runs linter and checks format issues.\n- `start`: runs the action.\n- `test`: tests the action.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjef%2Fconventional-commits-release-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjef%2Fconventional-commits-release-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjef%2Fconventional-commits-release-action/lists"}