{"id":23613668,"url":"https://github.com/freckle/release-notes-action","last_synced_at":"2026-02-02T04:34:56.771Z","repository":{"id":149146946,"uuid":"554970730","full_name":"freckle/release-notes-action","owner":"freckle","description":"Generate release-notes for a given version from CHANGELOG file","archived":false,"fork":false,"pushed_at":"2025-08-19T16:17:32.000Z","size":22,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-08-19T18:34:05.344Z","etag":null,"topics":["ghvm-managed"],"latest_commit_sha":null,"homepage":"","language":null,"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/freckle.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-10-20T18:12:18.000Z","updated_at":"2025-08-19T16:17:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"562d3acc-c2ec-4953-8cad-a5b219158355","html_url":"https://github.com/freckle/release-notes-action","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/freckle/release-notes-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freckle%2Frelease-notes-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freckle%2Frelease-notes-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freckle%2Frelease-notes-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freckle%2Frelease-notes-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/freckle","download_url":"https://codeload.github.com/freckle/release-notes-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freckle%2Frelease-notes-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29005189,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T04:25:24.522Z","status":"ssl_error","status_checked_at":"2026-02-02T04:24:51.069Z","response_time":58,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["ghvm-managed"],"created_at":"2024-12-27T17:18:39.553Z","updated_at":"2026-02-02T04:34:56.755Z","avatar_url":"https://github.com/freckle.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Release Notes Action\n\nGenerate release-notes for a given version from a CHANGELOG file.\n\n## Usage\n\n```yaml\nsteps:\n  - uses: actions/checkout@v3\n\n  - id: release-notes\n    uses: freckle/release-notes-action@v1\n    with: # All optional, defaults shown\n      file: ./CHANGELOG.md\n      version: \"\"\n      version-header-regex: '^## \\[(v?[0-9.]+[^]\\s]*)]'\n\n  - uses: actions/create-release@v1\n    id: create-release\n    with:\n      body_path: ${{ steps.release-notes.outputs.path }}\n      # ...\n```\n\n## Inputs\n\n- **file**: Path to the CHANGELOG\n\n  Default is `./CHANGELOG.md`.\n\n- **version**: Version to locate\n\n  Default is empty which means first (assumed to be latest).\n\n- **version-header-regex**: Regular expression used to match headers.\n\n  This regular expression should match only version section-headers, and capture\n  the version itself as the first capture group.\n\n  The default matches level-2 markdown headers containing a version-like string\n  as a link:\n\n  ```\n  version-header-regex = /^## [({version})].*/\n\n  version = /v?[0-9.]+{suffix}/\n\n  suffix = /[^]\\s]*/\n  ```\n\n## Outputs\n\n- **path**: Path to a temporary file where the content was written\n\n## FAQ\n\n\u003e What if my CHANGELOG isn't in the right format?\n\nAdjust `version-header-regex` as necessary.\n\n\u003e How can I check if release-notes were successfully generated?\n\n```sh\nif [[ -s \"${{ steps.release-notes.outputs.path }}\" ]]; then\n  echo \"Release notes were generated\"\nfi\n```\n\n\u003e How can I get the release notes as a string?\n\n```sh\nnotes=$(\u003c \"${{ steps.release-notes.outputs.path }}\")\n```\n\n---\n\n[LICENSE](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreckle%2Frelease-notes-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreckle%2Frelease-notes-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreckle%2Frelease-notes-action/lists"}