{"id":16611262,"url":"https://github.com/gandarez/changelog-action","last_synced_at":"2025-10-29T18:30:23.049Z","repository":{"id":52289323,"uuid":"352371121","full_name":"gandarez/changelog-action","owner":"gandarez","description":"Prints a formatted changelog between two tags or commit hashes.","archived":false,"fork":false,"pushed_at":"2024-11-19T12:52:13.000Z","size":39,"stargazers_count":2,"open_issues_count":2,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-02T03:51:15.450Z","etag":null,"topics":["actions","changelog","git"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gandarez.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-03-28T15:50:56.000Z","updated_at":"2025-01-18T03:25:58.000Z","dependencies_parsed_at":"2022-09-07T05:11:46.040Z","dependency_job_id":null,"html_url":"https://github.com/gandarez/changelog-action","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gandarez%2Fchangelog-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gandarez%2Fchangelog-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gandarez%2Fchangelog-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gandarez%2Fchangelog-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gandarez","download_url":"https://codeload.github.com/gandarez/changelog-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238864125,"owners_count":19543476,"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":["actions","changelog","git"],"created_at":"2024-10-12T01:36:20.328Z","updated_at":"2025-10-29T18:30:17.717Z","avatar_url":"https://github.com/gandarez.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Changelog Action\n\nThis actions prints a formatted changelog.\n\n## Example usage\n\n### Basic\n\n```yaml\n- id: changelog\n  uses: gandarez/changelog-action@v{latest}\n- name: \"Print changelog\"\n  run: echo \"${{ steps.changelog.outputs.changelog }}\"\n```\n\n### Advanced\n\n```yaml\n- id: changelog\n  uses: gandarez/changelog-action@v{latest}\n  with:\n    current_tag: \"v0.2.8\"\n    previous_tag: \"v0.2.2\"\n    main_branch_name: \"trunk\"\n    exclude: |\n        ^Merge pull request .*\n        Fix .*\n    debug: true\n- name: \"Print changelog\"\n  run: echo \"${{ steps.changelog.outputs.changelog }}\"\n```\n\n## Inputs\n\n| parameter           | required | description                                                                      | default     |\n| ---                 | ---      | ---                                                                              | ---         |\n| current_tag         |          | The current tag to be used instead of auto detecting.                            |             |\n| previous_tag        |          | The previous tag to be used instead of auto detecting.                           |             |\n| exclude             |          | Commit messages matching the regexp listed here will be removed from the output. |             |\n| repo_dir            |          | The repository path.                                                              | current dir |\n| debug               |          | Enables debug mode.                                                              | false       |\n\n## Outpus\n\n| parameter           | description              |\n| ---                 | ---                      |\n| changelog           | The formatted changelog. |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgandarez%2Fchangelog-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgandarez%2Fchangelog-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgandarez%2Fchangelog-action/lists"}