{"id":19177754,"url":"https://github.com/jessety/automated-releases-example","last_synced_at":"2026-04-28T00:33:04.982Z","repository":{"id":77098407,"uuid":"279154782","full_name":"jessety/automated-releases-example","owner":"jessety","description":"Example Node project with automated GitHub releases","archived":false,"fork":false,"pushed_at":"2020-12-08T18:19:14.000Z","size":26,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-11T22:48:43.582Z","etag":null,"topics":["boilerplate","github-actions","github-actions-node","github-releases"],"latest_commit_sha":null,"homepage":"","language":"Handlebars","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/jessety.png","metadata":{"files":{"readme":"README.md","changelog":null,"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-07-12T21:57:48.000Z","updated_at":"2025-02-24T07:00:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"baeaf255-fd26-4073-a881-1132cd7d96a7","html_url":"https://github.com/jessety/automated-releases-example","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/jessety/automated-releases-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessety%2Fautomated-releases-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessety%2Fautomated-releases-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessety%2Fautomated-releases-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessety%2Fautomated-releases-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jessety","download_url":"https://codeload.github.com/jessety/automated-releases-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessety%2Fautomated-releases-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32361477,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["boilerplate","github-actions","github-actions-node","github-releases"],"created_at":"2024-11-09T10:34:57.983Z","updated_at":"2026-04-28T00:33:04.962Z","avatar_url":"https://github.com/jessety.png","language":"Handlebars","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Automating GitHub Releases\n\nThis is an example Node project that leverages [actions/create-release](https://github.com/actions/create-release) and [auto-changelog](https://www.npmjs.com/package/auto-changelog) to automate the creation of GitHub releases, complete with release notes generated from the commit log with a customizable template.\n\n## Usage\n\nTo publish a new release, create a tag and push to GitHub. The release is published server-side in an Actions workflow.\n\n```bash\nnpm version patch\ngit push --follow-tags\n```\n\nWhen a new tag that begins with `v` (e.g. `v1.2.0`, `v3.0.1`, etc.) is pushed to GitHub, the `release` workflow runs. It generates release notes by running `auto-changelog`, then uses the `create-release` action to publish a new release.\n\nRelease notes are created based on the `RELEASE.md.bhs` template file. The template is populated with references to all commits between the last two tags, rendered into Markdown, then piped into the `create-release` action.\n\n## License\n\nMIT © Jesse Youngblood\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjessety%2Fautomated-releases-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjessety%2Fautomated-releases-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjessety%2Fautomated-releases-example/lists"}