{"id":16626950,"url":"https://github.com/scomans/generate-changelog-action","last_synced_at":"2026-04-13T11:32:48.859Z","repository":{"id":183289056,"uuid":"669889475","full_name":"scomans/generate-changelog-action","owner":"scomans","description":"Action that generates a changelog based on the commits since the last release or a given tag","archived":false,"fork":false,"pushed_at":"2024-06-22T10:23:59.000Z","size":603,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-25T23:30:43.789Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/scomans.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":"2023-07-23T18:58:02.000Z","updated_at":"2024-06-22T10:23:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"fefd8e5a-f8ea-4f8a-9634-d76fe8be31a5","html_url":"https://github.com/scomans/generate-changelog-action","commit_stats":null,"previous_names":["scomans/generate-changelog-action"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/scomans/generate-changelog-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scomans%2Fgenerate-changelog-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scomans%2Fgenerate-changelog-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scomans%2Fgenerate-changelog-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scomans%2Fgenerate-changelog-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scomans","download_url":"https://codeload.github.com/scomans/generate-changelog-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scomans%2Fgenerate-changelog-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31751394,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"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":[],"created_at":"2024-10-12T04:12:40.616Z","updated_at":"2026-04-13T11:32:48.842Z","avatar_url":"https://github.com/scomans.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Generate changelog based on commits\n\nThis action generates a changelog based on the commits since the last release or a given tag.\n\n## Inputs\n\n### `tagFrom`\n\nThe tag to start from. If not provided, the latest tag will be used.\n\n### `tagTo`\n\nThe tag to end at. If not provided, the HEAD tag will be used.\n\n### `github_token`\n\n**Required if repo is private** Your GitHub access token (see Usage below).\n\n## Outputs\n\n### `changelog`\n\nThe changelog in markdown format\n\n## Example usage\n\n```yaml\n  - uses: scomans/generate-changelog-action@v1\n    id: changelog\n    with:\n      fromTag: v1.2.3\n      toTag: v1.2.5\n      github_token: ${{ secrets.GITHUB_TOKEN }}\n\n  - name: Echo changelog\n    run: echo \"${{ steps.changelog.outputs.changelog }}\"\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscomans%2Fgenerate-changelog-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscomans%2Fgenerate-changelog-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscomans%2Fgenerate-changelog-action/lists"}