{"id":50734095,"url":"https://github.com/semrels/generator-release-notes","last_synced_at":"2026-06-10T12:00:47.101Z","repository":{"id":360158028,"uuid":"1248955784","full_name":"SemRels/generator-release-notes","owner":"SemRels","description":"Release notes generator plugin for Semantic Release","archived":false,"fork":false,"pushed_at":"2026-06-10T10:57:00.000Z","size":51,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-10T11:14:55.877Z","etag":null,"topics":["changelog","ci-cd","devops","generator","golang","release-automation","release-notes","semantic-release","semrel"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SemRels.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":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":"MAINTAINERS.md","copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-25T07:56:33.000Z","updated_at":"2026-06-10T10:57:04.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/SemRels/generator-release-notes","commit_stats":null,"previous_names":["semrels/generator-release-notes"],"tags_count":6,"template":false,"template_full_name":"SemRels/plugin-template","purl":"pkg:github/SemRels/generator-release-notes","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SemRels%2Fgenerator-release-notes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SemRels%2Fgenerator-release-notes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SemRels%2Fgenerator-release-notes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SemRels%2Fgenerator-release-notes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SemRels","download_url":"https://codeload.github.com/SemRels/generator-release-notes/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SemRels%2Fgenerator-release-notes/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34151276,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"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"}},"keywords":["changelog","ci-cd","devops","generator","golang","release-automation","release-notes","semantic-release","semrel"],"created_at":"2026-06-10T12:00:28.496Z","updated_at":"2026-06-10T12:00:47.092Z","avatar_url":"https://github.com/SemRels.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# generator-release-notes\n\nGenerates release notes text for providers and notification hooks.\n\nThis plugin is distributed as the standalone Go binary `semrel-plugin-generator-release-notes`. Semrel executes the binary as a subprocess, provides plugin configuration through `SEMREL_PLUGIN_*` environment variables, provides release context through `SEMREL_*` environment variables, reads standard output, and treats exit code `0` as success and any non-zero exit code as failure. Install the binary in `~/.semrel/plugins/` or anywhere on your `$PATH`.\n\n## Installation\n\n```bash\ngo install github.com/SemRels/generator-release-notes/cmd/plugin@latest\n```\n\n## Configuration\n\n```yaml\nplugins:\n  - name: generator-release-notes\n    path: ~/.semrel/plugins/semrel-plugin-generator-release-notes\n    env:\n      SEMREL_PLUGIN_TEMPLATE: \".semrel/templates/release-notes.tmpl\"\n      SEMREL_PLUGIN_MAX_COMMITS: \"50\"\n      SEMREL_PLUGIN_INCLUDE_BODY: \"false\"\n```\n\n## `SEMREL_PLUGIN_*` variables\n\n| Name | Required | Description | Default |\n| --- | --- | --- | --- |\n| `SEMREL_PLUGIN_TEMPLATE` | Optional | Path to a custom template file. | Built-in template |\n| `SEMREL_PLUGIN_MAX_COMMITS` | Optional | Maximum number of commits to include. | 50 |\n| `SEMREL_PLUGIN_INCLUDE_BODY` | Optional | Include full commit bodies in the generated notes. | false |\n\n## `SEMREL_*` release context used\n\n| Variable | Description |\n| --- | --- |\n| `SEMREL_VERSION` | Resolved release version for the current run. |\n| `SEMREL_TAG_NAME` | Git tag name semrel will create or publish. |\n| `SEMREL_NEXT_VERSION` | Next version computed by semrel for the release. |\n| `SEMREL_CURRENT_VERSION` | Current version before the new release is applied. |\n| `SEMREL_BRANCH` | Git branch associated with the current release run. |\n\n## Example behavior\n\nThe plugin renders release notes text that can be published by provider plugins or reused in notifications.\n\n## License\n\nApache-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsemrels%2Fgenerator-release-notes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsemrels%2Fgenerator-release-notes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsemrels%2Fgenerator-release-notes/lists"}