{"id":16154242,"url":"https://github.com/thomaseizinger/create-release","last_synced_at":"2025-03-18T19:33:04.631Z","repository":{"id":51267367,"uuid":"242293140","full_name":"thomaseizinger/create-release","owner":"thomaseizinger","description":"A better GitHub action for creating a release.","archived":false,"fork":false,"pushed_at":"2024-08-27T23:08:06.000Z","size":426,"stargazers_count":6,"open_issues_count":2,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-16T23:33:56.448Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/thomaseizinger.png","metadata":{"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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-02-22T06:39:16.000Z","updated_at":"2024-08-27T23:07:53.000Z","dependencies_parsed_at":"2024-10-25T06:47:35.330Z","dependency_job_id":null,"html_url":"https://github.com/thomaseizinger/create-release","commit_stats":{"total_commits":9,"total_committers":1,"mean_commits":9.0,"dds":0.0,"last_synced_commit":"b47f9a4075c048b334610e230ee446dbf05d2c94"},"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomaseizinger%2Fcreate-release","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomaseizinger%2Fcreate-release/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomaseizinger%2Fcreate-release/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomaseizinger%2Fcreate-release/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thomaseizinger","download_url":"https://codeload.github.com/thomaseizinger/create-release/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244289268,"owners_count":20429166,"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":[],"created_at":"2024-10-10T01:15:44.296Z","updated_at":"2025-03-18T19:32:59.622Z","avatar_url":"https://github.com/thomaseizinger.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# create-release\n\nA better GitHub action for creating releases.\n\nHow is this different from the official GitHub action [@actions/create-release](https://github.com/actions/create-release)?\nThe official one has several shortcomings:\n\n1. It is not well-maintained: https://github.com/actions/create-release/pull/32#issuecomment-579774032\n2. It has bad defaults: https://github.com/actions/create-release/issues/31\n3. It is written in JavaScript: Probably more of a personal preference. I like types.\n\nI cannot promise anything in regards to the first one but I'll try and do my best :)\nCertainly though, I tried to make the default behaviour of this action better!\n\n## Features\n\n- By default, release is going to reference the commit `GITHUB_SHA` is pointing to.\n- If `GITUHB_REF` [exists](https://help.github.com/en/actions/configuring-and-managing-workflows/using-environment-variables#default-environment-variables) and is a tag (i.e. `refs/tags/x.y.z`), `tag_name` will be set to this tag.\n- The action exposes all fields that are available on the GitHub API call.\n- The action inputs are named after the API fields to avoid confusion.\n\n## Usage\n\n```yaml\nname: \"Create a release after pushing a tag\"\non:\n  push:\n    tags:\n      - [0-9]+.[0-9]+.[0-9]+ # matches numeric tags like 1.2.5\n\njobs:\n  create-release:\n    runs-on: ubuntu-latest\n    steps:\n    - uses: actions/checkout@1.0.0\n    \n    - name: Create a release\n      uses: thomaseizinger/create-release@master\n      with:\n        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomaseizinger%2Fcreate-release","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomaseizinger%2Fcreate-release","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomaseizinger%2Fcreate-release/lists"}