{"id":5790394,"name":"actions/create-release","ecosystem":"actions","description":"Create a release for a tag in your repository","homepage":"","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/actions/create-release","keywords_array":["actions","github","github-actions","release","release-automation"],"namespace":"actions","versions_count":11,"first_release_published_at":"2019-09-27T19:19:53.000Z","latest_release_published_at":"2020-09-14T13:52:01.000Z","latest_release_number":"v1.1.4","last_synced_at":"2026-03-31T12:03:06.987Z","created_at":"2023-01-03T17:41:51.564Z","updated_at":"2026-03-31T12:03:06.988Z","registry_url":"https://github.com/actions/create-release","install_command":null,"documentation_url":null,"metadata":{"name":"Create a Release","description":"Create a release for a tag in your repository","author":"GitHub","inputs":{"tag_name":{"description":"The name of the tag. This should come from the webhook payload, `github.GITHUB_REF` when a user pushes a new tag","required":true},"release_name":{"description":"The name of the release. For example, `Release v1.0.1`","required":true},"body":{"description":"Text describing the contents of the tag.","required":false},"body_path":{"description":"Path to file with information about the tag.","required":false},"draft":{"description":"`true` to create a draft (unpublished) release, `false` to create a published one. Default: `false`","required":false,"default":false},"prerelease":{"description":"`true` to identify the release as a prerelease. `false` to identify the release as a full release. Default: `false`","required":false,"default":false},"commitish":{"description":"Any branch or commit SHA the Git tag is created from, unused if the Git tag already exists. Default: SHA of current commit","required":false},"owner":{"description":"Owner of the repository if it is not the current one","required":false},"repo":{"description":"Repository on which to release.  Used only if you want to create the release on another repo","required":false}},"outputs":{"id":{"description":"The ID of the created Release"},"html_url":{"description":"The URL users can navigate to in order to view the release"},"upload_url":{"description":"The URL for uploading assets to the release"}},"runs":{"using":"node12","main":"dist/index.js"},"branding":{"icon":"tag","color":"gray-dark"},"default_branch":"main","path":null},"repo_metadata":{"id":43753815,"uuid":"208154123","full_name":"actions/create-release","owner":"actions","description":"An Action to create releases via the GitHub Release API","archived":true,"fork":false,"pushed_at":"2021-03-03T19:02:36.000Z","size":463,"stargazers_count":1366,"open_issues_count":55,"forks_count":320,"subscribers_count":20,"default_branch":"main","last_synced_at":"2025-09-05T17:54:32.523Z","etag":null,"topics":["actions","github","github-actions","release","release-automation"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/actions.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-09-12T22:06:28.000Z","updated_at":"2025-09-04T11:46:20.000Z","dependencies_parsed_at":"2022-11-23T11:49:49.104Z","dependency_job_id":null,"html_url":"https://github.com/actions/create-release","commit_stats":{"total_commits":55,"total_committers":20,"mean_commits":2.75,"dds":0.6909090909090909,"last_synced_commit":"4c11c9fe1dcd9636620a16455165783b20fc7ea0"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/actions/create-release","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcreate-release","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcreate-release/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcreate-release/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcreate-release/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/actions","download_url":"https://codeload.github.com/actions/create-release/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcreate-release/sbom","scorecard":{"id":163778,"data":{"date":"2025-08-11","repo":{"name":"github.com/actions/create-release","commit":"4c11c9fe1dcd9636620a16455165783b20fc7ea0"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.1,"checks":[{"name":"Code-Review","score":6,"reason":"Found 8/12 approved changesets -- score normalized to 6","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":0,"reason":"project is archived","details":["Warn: Repository is archived."],"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Warn: no topLevel permission defined: .github/workflows/codeql.yml:1","Warn: no topLevel permission defined: .github/workflows/licensed.yml:1","Warn: no topLevel permission defined: .github/workflows/versioning.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Pinned-Dependencies","score":7,"reason":"dependency not pinned by hash detected -- score normalized to 7","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/create-release/ci.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/create-release/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/create-release/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/create-release/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/codeql.yml:52: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/create-release/codeql.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/licensed.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/actions/create-release/licensed.yml/main?enable=pin","Info:   0 out of   6 GitHub-owned GitHubAction dependencies pinned","Info:   1 out of   1 third-party GitHubAction dependencies pinned","Info:   2 out of   2 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":6,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'main'","Info: 'force pushes' disabled on branch 'main'","Warn: 'branch protection settings apply to administrators' is disabled on branch 'main'","Info: 'stale review dismissal' is required to merge on branch 'main'","Warn: required approving review count is 1 on branch 'main'","Warn: codeowners review is required - but no codeowners file found in repo","Info: 'last push approval' is required to merge on branch 'main'","Warn: no status checks found to merge onto branch 'main'","Info: PRs are required in order to make changes on branch 'main'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":9,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/actions/.github/SECURITY.md:1","Info: Found linked content: github.com/actions/.github/SECURITY.md:1","Warn: One or no descriptive hints of disclosure, vulnerability, and/or timelines in security policy","Info: Found text in security policy: github.com/actions/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"SAST","score":7,"reason":"SAST tool detected but not run on all commits","details":["Info: SAST configuration detected: CodeQL","Warn: 0 commits out of 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":0,"reason":"51 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-mfwh-5m23-j46w","Warn: Project is vulnerable to: GHSA-7r3h-m5j6-3q42","Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-67hx-6x53-jw92","Warn: Project is vulnerable to: GHSA-h5c3-5r3r-rr8q","Warn: Project is vulnerable to: GHSA-rmvr-2pp2-xj38","Warn: Project is vulnerable to: GHSA-xx4v-prfh-6cgc","Warn: Project is vulnerable to: GHSA-v88g-cgmw-v5xw","Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275","Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c","Warn: Project is vulnerable to: GHSA-w573-4hg7-7wgq","Warn: Project is vulnerable to: GHSA-fjxv-7rqg-78g4","Warn: Project is vulnerable to: GHSA-8r6j-v8pm-fqw3","Warn: Project is vulnerable to: MAL-2023-462","Warn: Project is vulnerable to: GHSA-765h-qjxv-5f44","Warn: Project is vulnerable to: GHSA-f2jv-r9rf-7988","Warn: Project is vulnerable to: GHSA-43f8-2h32-f4cj","Warn: Project is vulnerable to: GHSA-qqgx-2p2h-9c37","Warn: Project is vulnerable to: GHSA-896r-f27r-55mw","Warn: Project is vulnerable to: GHSA-9c47-m6qq-7p4h","Warn: Project is vulnerable to: GHSA-6c8f-qphg-qjgp","Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9","Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm","Warn: Project is vulnerable to: GHSA-p6mc-m468-83gw","Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv","Warn: Project is vulnerable to: GHSA-f8q6-p94x-37v3","Warn: Project is vulnerable to: GHSA-vh95-rmgr-6w4m","Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h","Warn: Project is vulnerable to: GHSA-w7rc-rwvf-8q5r","Warn: Project is vulnerable to: GHSA-r683-j2x4-v87g","Warn: Project is vulnerable to: GHSA-5fw9-fq32-wv5p","Warn: Project is vulnerable to: GHSA-hj48-42vr-x3v9","Warn: Project is vulnerable to: GHSA-hrpp-h998-j3pp","Warn: Project is vulnerable to: GHSA-p8p7-x288-28g6","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-3jfq-g458-7qm9","Warn: Project is vulnerable to: GHSA-r628-mhmh-qjhw","Warn: Project is vulnerable to: GHSA-9r2w-394v-53qc","Warn: Project is vulnerable to: GHSA-5955-9wpr-37jh","Warn: Project is vulnerable to: GHSA-qq89-hq3f-393p","Warn: Project is vulnerable to: GHSA-f5x3-32g6-xq36","Warn: Project is vulnerable to: GHSA-52f5-9888-hmc6","Warn: Project is vulnerable to: GHSA-jgrx-mgxx-jf9v","Warn: Project is vulnerable to: GHSA-72xf-g2v4-qvf3","Warn: Project is vulnerable to: GHSA-6fc8-4gx4-v693","Warn: Project is vulnerable to: GHSA-3h5v-q93c-6h6q","Warn: Project is vulnerable to: GHSA-c4w7-xm78-47vh","Warn: Project is vulnerable to: GHSA-p9pc-299p-vxgp"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-16T14:18:03.818Z","repository_id":43753815,"created_at":"2025-08-16T14:18:03.818Z","updated_at":"2025-08-16T14:18:03.818Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273842867,"owners_count":25177921,"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","status":"online","status_checked_at":"2025-09-05T02:00:09.113Z","response_time":402,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"},"owner_record":{"login":"actions","name":"GitHub Actions","uuid":"44036562","kind":"organization","description":"Automate your GitHub workflows","email":null,"website":"https://github.com/features/actions","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/44036562?v=4","repositories_count":59,"last_synced_at":"2023-04-09T12:20:28.551Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/actions","funding_links":[],"total_stars":69545,"followers":null,"following":null,"created_at":"2022-11-02T16:25:53.210Z","updated_at":"2024-03-25T18:47:17.736Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/actions","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/actions/repositories"},"tags":[{"name":"v1.1.4","sha":"0cb9c9b65d5d1901c1f53e5e66eaf4afd303e70e","kind":"commit","published_at":"2020-09-14T13:52:01.000Z","download_url":"https://codeload.github.com/actions/create-release/tar.gz/v1.1.4","html_url":"https://github.com/actions/create-release/releases/tag/v1.1.4","dependencies_parsed_at":"2023-05-31T09:06:22.158Z","dependency_job_id":null,"purl":"pkg:github/actions/create-release@v1.1.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcreate-release/tags/v1.1.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcreate-release/tags/v1.1.4/manifests"},{"name":"v1","sha":"0cb9c9b65d5d1901c1f53e5e66eaf4afd303e70e","kind":"commit","published_at":"2020-09-14T13:52:01.000Z","download_url":"https://codeload.github.com/actions/create-release/tar.gz/v1","html_url":"https://github.com/actions/create-release/releases/tag/v1","dependencies_parsed_at":"2023-05-31T09:06:22.758Z","dependency_job_id":null,"purl":"pkg:github/actions/create-release@v1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcreate-release/tags/v1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcreate-release/tags/v1/manifests"},{"name":"latest","sha":"0cb9c9b65d5d1901c1f53e5e66eaf4afd303e70e","kind":"commit","published_at":"2020-09-14T13:52:01.000Z","download_url":"https://codeload.github.com/actions/create-release/tar.gz/latest","html_url":"https://github.com/actions/create-release/releases/tag/latest","dependencies_parsed_at":"2023-05-31T09:06:23.297Z","dependency_job_id":null,"purl":"pkg:github/actions/create-release@latest","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcreate-release/tags/latest","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcreate-release/tags/latest/manifests"},{"name":"v1.1.3","sha":"1e92f6fc665e271a5435631ba00711fdd83d9d27","kind":"commit","published_at":"2020-08-11T19:35:46.000Z","download_url":"https://codeload.github.com/actions/create-release/tar.gz/v1.1.3","html_url":"https://github.com/actions/create-release/releases/tag/v1.1.3","dependencies_parsed_at":"2023-05-31T09:06:24.010Z","dependency_job_id":null,"purl":"pkg:github/actions/create-release@v1.1.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcreate-release/tags/v1.1.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcreate-release/tags/v1.1.3/manifests"},{"name":"v1.1.2","sha":"25a1bf7b5927ddc2c8c2a67d3bb564da1d3428bf","kind":"commit","published_at":"2020-07-01T14:48:58.000Z","download_url":"https://codeload.github.com/actions/create-release/tar.gz/v1.1.2","html_url":"https://github.com/actions/create-release/releases/tag/v1.1.2","dependencies_parsed_at":"2023-05-31T09:06:24.596Z","dependency_job_id":null,"purl":"pkg:github/actions/create-release@v1.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcreate-release/tags/v1.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcreate-release/tags/v1.1.2/manifests"},{"name":"v1.1.1","sha":"e9dc4ac22d57910765258fb6b199b62bfe0174da","kind":"commit","published_at":"2020-06-16T19:24:20.000Z","download_url":"https://codeload.github.com/actions/create-release/tar.gz/v1.1.1","html_url":"https://github.com/actions/create-release/releases/tag/v1.1.1","dependencies_parsed_at":"2023-05-31T09:06:25.082Z","dependency_job_id":null,"purl":"pkg:github/actions/create-release@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcreate-release/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcreate-release/tags/v1.1.1/manifests"},{"name":"v.1.1.1","sha":"e9dc4ac22d57910765258fb6b199b62bfe0174da","kind":"commit","published_at":"2020-06-16T19:24:20.000Z","download_url":"https://codeload.github.com/actions/create-release/tar.gz/v.1.1.1","html_url":"https://github.com/actions/create-release/releases/tag/v.1.1.1","dependencies_parsed_at":"2023-05-31T09:06:25.654Z","dependency_job_id":null,"purl":"pkg:github/actions/create-release@v.1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcreate-release/tags/v.1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcreate-release/tags/v.1.1.1/manifests"},{"name":"v.1.1","sha":"e9dc4ac22d57910765258fb6b199b62bfe0174da","kind":"commit","published_at":"2020-06-16T19:24:20.000Z","download_url":"https://codeload.github.com/actions/create-release/tar.gz/v.1.1","html_url":"https://github.com/actions/create-release/releases/tag/v.1.1","dependencies_parsed_at":"2023-05-31T09:06:26.112Z","dependency_job_id":null,"purl":"pkg:github/actions/create-release@v.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcreate-release/tags/v.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcreate-release/tags/v.1.1/manifests"},{"name":"v1.1.0","sha":"c9ba6969f07ed90fae07e2e66100dd03f9b1a50e","kind":"tag","published_at":"2020-05-15T22:51:58.000Z","download_url":"https://codeload.github.com/actions/create-release/tar.gz/v1.1.0","html_url":"https://github.com/actions/create-release/releases/tag/v1.1.0","dependencies_parsed_at":"2023-05-31T09:06:26.572Z","dependency_job_id":null,"purl":"pkg:github/actions/create-release@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcreate-release/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcreate-release/tags/v1.1.0/manifests"},{"name":"v1.0.1","sha":"fca5fb59dbfa2749e2850463e8c5af9e3ee0e270","kind":"commit","published_at":"2020-02-10T08:04:46.000Z","download_url":"https://codeload.github.com/actions/create-release/tar.gz/v1.0.1","html_url":"https://github.com/actions/create-release/releases/tag/v1.0.1","dependencies_parsed_at":"2023-05-31T09:06:27.064Z","dependency_job_id":null,"purl":"pkg:github/actions/create-release@v1.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcreate-release/tags/v1.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcreate-release/tags/v1.0.1/manifests"},{"name":"v1.0.0","sha":"8d93430eddafb926c668181c71f579556f68668c","kind":"commit","published_at":"2019-09-27T19:19:53.000Z","download_url":"https://codeload.github.com/actions/create-release/tar.gz/v1.0.0","html_url":"https://github.com/actions/create-release/releases/tag/v1.0.0","dependencies_parsed_at":"2023-05-31T09:06:27.460Z","dependency_job_id":null,"purl":"pkg:github/actions/create-release@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcreate-release/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcreate-release/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2025-09-06T13:45:15.968Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":39372,"rankings":{"downloads":null,"dependent_repos_count":0.05387418792584377,"dependent_packages_count":0.0,"stargazers_count":0.17429884328949455,"forks_count":0.16796070353351292,"docker_downloads_count":0.03485976865789891,"average":0.08619870068135002},"purl":"pkg:githubactions/actions/create-release","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/actions/actions/create-release","docker_dependents_count":9,"docker_downloads_count":1653521732,"usage_url":"https://repos.ecosyste.ms/usage/actions/actions/create-release","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/actions/actions/create-release/dependencies","status":null,"funding_links":[],"critical":true,"issue_metadata":{"last_synced_at":"2025-07-03T16:44:08.538Z","issues_count":59,"pull_requests_count":41,"avg_time_to_close_issue":3420679.5,"avg_time_to_close_pull_request":6970713.72,"issues_closed_count":22,"pull_requests_closed_count":25,"pull_request_authors_count":32,"issue_authors_count":56,"avg_comments_per_issue":3.135593220338983,"avg_comments_per_pull_request":1.5365853658536586,"merged_pull_requests_count":18,"bot_issues_count":0,"bot_pull_requests_count":6,"past_year_issues_count":0,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/actions%2Fcreate-release/issues","maintainers":[{"login":"thboop","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/thboop"},{"login":"TingluoHuang","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/TingluoHuang"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions%2Fcreate-release/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions%2Fcreate-release/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions%2Fcreate-release/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions%2Fcreate-release/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/github%20actions/packages/actions%2Fcreate-release/codemeta","maintainers":[]}