{"id":16818000,"url":"https://github.com/duncanmcclean/post-release-comments","last_synced_at":"2025-03-23T15:31:29.697Z","repository":{"id":36967407,"uuid":"420508876","full_name":"duncanmcclean/post-release-comments","owner":"duncanmcclean","description":"GitHub Action which comments on Issues and Pull Requests when they've been addressed within a release.","archived":false,"fork":false,"pushed_at":"2025-02-24T06:55:10.000Z","size":1289,"stargazers_count":4,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-18T21:52:25.549Z","etag":null,"topics":["github-actions","hacktoberfest","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/duncanmcclean.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":"2021-10-23T19:50:45.000Z","updated_at":"2024-04-23T09:48:59.000Z","dependencies_parsed_at":"2023-11-09T12:02:23.304Z","dependency_job_id":"8ba5a9ad-9c47-48d0-a175-02d0150d280f","html_url":"https://github.com/duncanmcclean/post-release-comments","commit_stats":{"total_commits":96,"total_committers":4,"mean_commits":24.0,"dds":"0.48958333333333337","last_synced_commit":"d6d26c65e4a35a71ed08efbee02e1fd23fad5c53"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":"actions/javascript-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duncanmcclean%2Fpost-release-comments","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duncanmcclean%2Fpost-release-comments/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duncanmcclean%2Fpost-release-comments/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duncanmcclean%2Fpost-release-comments/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/duncanmcclean","download_url":"https://codeload.github.com/duncanmcclean/post-release-comments/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245122800,"owners_count":20564378,"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":["github-actions","hacktoberfest","release-automation"],"created_at":"2024-10-13T10:48:56.622Z","updated_at":"2025-03-23T15:31:29.205Z","avatar_url":"https://github.com/duncanmcclean.png","language":"JavaScript","readme":"# Post Release Comments\n\nA GitHub Action which comments on Issues and Pull Requests when they've been addressed within a release.\n\n## Example\n\n1. User opens GitHub Issue #123 with a bug\n2. Maintainer fixes #123 \u0026 closes issue\n3. Maintainer tags a new release containing the fix\n4. This action will leave a comment on Issue #123: `Released as part of v1.2.3`\n\n## Usage\n\nThis action assumes you keep a `CHANGELOG.md` and you have some way of getting the latest release from that changelog. I often use [`statamic/changelog-action`](https://github.com/statamic/changelog-action) for this.\n\nAnyways, this is how you'd implement this in an Actions workflow:\n\n```yaml\n- name: Comment on related issues\n  uses: duncanmcclean/post-release-comments@v1.0.6\n  env:\n    GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n  with:\n    version: ${{ github.ref }}\n    changelog: ${{ steps.changelog.outputs.text }}\n```\n\n## Sponsor me!\n\nIf you use this Action in one of your workflows, I'd appreciate it if you'd consider [sponsoring me](https://github.com/sponsors/duncanmcclean).\n\n## Notes to self\n\n### Steps to release\n\n```\nnpm run prepare\ngit add dist\ngit commit -m \"v1.x.x\"\ngit push\ngit tag v1.x.x\ngit push --tags\n```\n","funding_links":["https://github.com/sponsors/duncanmcclean"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduncanmcclean%2Fpost-release-comments","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduncanmcclean%2Fpost-release-comments","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduncanmcclean%2Fpost-release-comments/lists"}