{"id":15759759,"url":"https://github.com/wyrihaximus/github-action-jwage-changelog-generator","last_synced_at":"2025-05-07T13:46:13.708Z","repository":{"id":52972216,"uuid":"266327950","full_name":"WyriHaximus/github-action-jwage-changelog-generator","owner":"WyriHaximus","description":"Github Action that wraps jwage/changelog-generator and generates the changelog for the given milestone.","archived":false,"fork":false,"pushed_at":"2024-07-10T13:03:27.000Z","size":357,"stargazers_count":4,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T14:51:14.542Z","etag":null,"topics":["action","changelog","changelog-generator","github","hacktoberfest"],"latest_commit_sha":null,"homepage":"https://github.com/jwage/changelog-generator","language":"Shell","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/WyriHaximus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":"WyriHaximus"}},"created_at":"2020-05-23T12:04:08.000Z","updated_at":"2024-06-01T10:16:23.000Z","dependencies_parsed_at":"2024-10-25T09:19:39.917Z","dependency_job_id":"f3e526f5-c29c-459d-a4ff-b5112c6f6664","html_url":"https://github.com/WyriHaximus/github-action-jwage-changelog-generator","commit_stats":{"total_commits":50,"total_committers":3,"mean_commits":"16.666666666666668","dds":0.09999999999999998,"last_synced_commit":"620a3782e6d8ec641fec6eee7775d84f8bfe5e03"},"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WyriHaximus%2Fgithub-action-jwage-changelog-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WyriHaximus%2Fgithub-action-jwage-changelog-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WyriHaximus%2Fgithub-action-jwage-changelog-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WyriHaximus%2Fgithub-action-jwage-changelog-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WyriHaximus","download_url":"https://codeload.github.com/WyriHaximus/github-action-jwage-changelog-generator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252890004,"owners_count":21820287,"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":["action","changelog","changelog-generator","github","hacktoberfest"],"created_at":"2024-10-04T10:23:09.686Z","updated_at":"2025-05-07T13:46:13.670Z","avatar_url":"https://github.com/WyriHaximus.png","language":"Shell","funding_links":["https://github.com/sponsors/WyriHaximus"],"categories":[],"sub_categories":[],"readme":"# Github Action wrapping jwage/changelog-generator\n\nGithub Action that wraps [jwage/changelog-generator](https://github.com/jwage/changelog-generator) and generates the changelog for the given milestone.\n\n![Example output showing this action in action](images/output.png)\n\n## Output\n\nThis action has only one output, namely `changelog`, container the generate changelog.\n\n## Example\n\nThe following generates a changelog on a milestone close\n\n```yaml\nname: Create Release\non:\n  milestone:\n    types:\n      - closed\njobs:\n  generate:\n    steps:\n      - name: Generate changelog\n        uses: WyriHaximus/github-action-jwage-changelog-generator@v1\n        id: changelog\n        env:\n          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n        with:\n          milestone: ${{ github.event.milestone.title }}\n      - name: Show changelog\n        run: echo \"${CHANGELOG}\"\n        env:\n          CHANGELOG: ${{ steps.changelog.outputs.changelog }}\n```\n\n## License ##\n\nCopyright 2024 [Cees-Jan Kiewiet](http://wyrihaximus.net/)\n\nPermission is hereby granted, free of charge, to any person\nobtaining a copy of this software and associated documentation\nfiles (the \"Software\"), to deal in the Software without\nrestriction, including without limitation the rights to use,\ncopy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the\nSoftware is furnished to do so, subject to the following\nconditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\nOF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\nHOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\nFROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwyrihaximus%2Fgithub-action-jwage-changelog-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwyrihaximus%2Fgithub-action-jwage-changelog-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwyrihaximus%2Fgithub-action-jwage-changelog-generator/lists"}