{"id":14969240,"url":"https://github.com/cucumber/action-create-github-release","last_synced_at":"2026-01-20T17:14:19.273Z","repository":{"uuid":"398433684","full_name":"cucumber/action-create-github-release","owner":"cucumber","description":"Create a GitHub Release containing the release notes from the CHANGELOG","archived":false,"fork":false,"pushed_at":"2023-09-07T14:01:39.000Z","size":124,"stargazers_count":0,"open_issues_count":5,"forks_count":3,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-04-15T13:29:15.514Z","etag":null,"topics":["polyglot-release"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/cucumber.png","metadata":{"funding":{"open_collective":"cucumber"},"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2021-08-21T00:51:26.000Z","updated_at":"2024-02-23T18:17:26.000Z","dependencies_parsed_at":"2023-01-29T04:45:15.653Z","dependency_job_id":null,"html_url":"https://github.com/cucumber/action-create-github-release","commit_stats":{"total_commits":75,"total_committers":4,"mean_commits":18.75,"dds":"0.17333333333333334","last_synced_commit":"2315ce72ffa6fc2134436662cb01d0044ee5e9d2"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Faction-create-github-release","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Faction-create-github-release/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Faction-create-github-release/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cucumber%2Faction-create-github-release/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cucumber","download_url":"https://codeload.github.com/cucumber/action-create-github-release/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":196507306,"owners_count":13237737,"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":["polyglot-release"],"created_at":"2024-09-24T13:41:25.211Z","updated_at":"2025-10-19T09:32:30.357Z","avatar_url":"https://github.com/cucumber.png","language":"Shell","funding_links":["https://opencollective.com/cucumber"],"categories":[],"sub_categories":[],"readme":"# create-github-release\n\nThis action was developed by the Cucumber team to use as part of our automated release process.\n\nIt is designed to run on push to a `release/*` branch, to create a GitHub Release containing the release notes from the CHANGELOG, and tag the commit being released.\n\nIt uses the `changelog` tool to read the version number and notes for the latest release, then calls the GitHub API to create a Release on the GitHub repo.\n\nIt creates a git tag of the form `vX.Y.Z` and looks in the root directory for the `CHANGELOG.md` file.\n\n## Inputs\n\nThe action requires a token to call the GitHub API to create the Release:\n\n* `github-token`\n\nThe token needs 'write' permissions on the repo.\n\n## Example\n\n````yaml\nname: Release\n\non:\n  push:\n    branches: [release/*]\n\njobs:\n  create-release:\n    runs-on: ubuntu-latest\n    environment: Release\n    permissions:\n      contents: write\n    steps:\n      - uses: actions/checkout@v2\n      - uses: cucumber/actions-create-github-release@v1.1.0\n        with:\n          github-token: ${{ secrets.GITHUB_TOKEN }}\n````\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcucumber%2Faction-create-github-release","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcucumber%2Faction-create-github-release","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcucumber%2Faction-create-github-release/lists"}