{"id":15755860,"url":"https://github.com/simenandre/get-commit-changelog","last_synced_at":"2025-10-25T04:35:33.879Z","repository":{"id":151877976,"uuid":"624989112","full_name":"simenandre/get-commit-changelog","owner":"simenandre","description":"Generate a list of commits between two commits","archived":false,"fork":false,"pushed_at":"2024-10-23T16:39:28.000Z","size":14,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-07T07:43:59.959Z","etag":null,"topics":["action","actions","changelog","github","github-actions"],"latest_commit_sha":null,"homepage":"https://github.com/marketplace/actions/get-commit-changelog","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simenandre.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-04-07T19:14:47.000Z","updated_at":"2023-04-21T20:49:58.000Z","dependencies_parsed_at":"2024-05-20T21:03:30.551Z","dependency_job_id":"d33732bf-e08b-41c8-a60e-25c793bfe293","html_url":"https://github.com/simenandre/get-commit-changelog","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simenandre%2Fget-commit-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simenandre%2Fget-commit-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simenandre%2Fget-commit-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simenandre%2Fget-commit-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simenandre","download_url":"https://codeload.github.com/simenandre/get-commit-changelog/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":233649967,"owners_count":18708468,"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","actions","changelog","github","github-actions"],"created_at":"2024-10-04T08:40:49.778Z","updated_at":"2025-10-25T04:35:28.842Z","avatar_url":"https://github.com/simenandre.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# get-commit-changelog\n\nThis action returns a list of commits between two commits as an output. This is useful when creating a changelog between two commits, such as when deploying something new to the servers, you might wanna give that a changelog. If you keep tabs of your head and base commits, this action might be useful for you!\n\n## Features\n\n- Uses [composite action](./action.yml)\n- `base` and `head` can be typical container tags (e.g. branchname-69b7ea), because this action reads everything **after** a hyphen (-). Meaning, if you set `base` to `branchname-69b7ea`, it becomes `69b7ea`.\n- Can be used with other repositories 📂\n- Returns Markdown ✍️\n\n**Important**: You must use a personal access token with repo scope if you're reading other repositories.\n\n## Quickstart\n\n```yaml\n- uses: cobraz/get-commit-changelog@v1\n  id: changelog\n  with:\n    base: ${{ steps.something.base }}\n```\n\n## Example\n\n```yaml\n- uses: cobraz/get-commit-changelog@v1\n  id: changelog\n  with:\n    base: ${{ steps.something.base }}\n- name: Print changelog\n  run: echo \"${{ steps.changelog.outputs.changelog }}\"\n```\n\nAlso, check out the [`test.yml`](.github/workflows/test.yml) for a real, working example. In this I have manually\nset the `base` to the first commit in this repository. In theory, the changelog will contain all commits in this\nrepository. Check out [the actions tab](https://github.com/cobraz/get-commit-changelog/actions/workflows/test.yml) for example runs.\n\n## Inputs\n\n- `base` (**required**) is the typically the latest commit (the _to_ commit in our example).\n- `head` (defaults to `github.ref`) is typically the commit back in time.\n- `token` (defaults to `github.token`) is the GitHub token. It needs to be a personal GitHub token if you are trying to compare other repositories.\n- `repository` (defaults to `github.repository`) is which GitHub repository you want to compare commits in.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimenandre%2Fget-commit-changelog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimenandre%2Fget-commit-changelog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimenandre%2Fget-commit-changelog/lists"}