{"id":21572247,"url":"https://github.com/templum/gitmoji-changelog","last_synced_at":"2026-03-05T03:33:25.127Z","repository":{"id":231742572,"uuid":"776768628","full_name":"Templum/gitmoji-changelog","owner":"Templum","description":"This action generates a CHANGELOG based on the git history using the Gitmoji convention. If no CHANGELOG has been created yet, it will go ahead and create one based on the current version. Currently, only package.json is supported (feel free to request other tooling).","archived":false,"fork":false,"pushed_at":"2025-05-19T02:02:00.000Z","size":656,"stargazers_count":2,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-05T11:57:07.151Z","etag":null,"topics":["changelog","changelog-generator","github-actions","gitmoji","gitmoji-changelog"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/Templum.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-03-24T12:47:18.000Z","updated_at":"2025-02-20T14:27:48.000Z","dependencies_parsed_at":"2024-04-05T17:35:53.278Z","dependency_job_id":"999132c8-7489-46f6-bef3-42ab3ba33676","html_url":"https://github.com/Templum/gitmoji-changelog","commit_stats":null,"previous_names":["templum/gitmoji-changelog"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Templum/gitmoji-changelog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Templum%2Fgitmoji-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Templum%2Fgitmoji-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Templum%2Fgitmoji-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Templum%2Fgitmoji-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Templum","download_url":"https://codeload.github.com/Templum/gitmoji-changelog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Templum%2Fgitmoji-changelog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30108653,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T03:32:43.378Z","status":"ssl_error","status_checked_at":"2026-03-05T03:32:22.667Z","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":["changelog","changelog-generator","github-actions","gitmoji","gitmoji-changelog"],"created_at":"2024-11-24T11:18:41.872Z","updated_at":"2026-03-05T03:33:25.107Z","avatar_url":"https://github.com/Templum.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# gitmoji-changelog\n\n[![Branch Flow](https://github.com/Templum/gitmoji-changelog/actions/workflows/ci.yml/badge.svg?branch=main\u0026event=push)](https://github.com/Templum/gitmoji-changelog/actions/workflows/ci.yml)\n\n[![Maintain Compiled Action](https://github.com/Templum/gitmoji-changelog/actions/workflows/compile.yml/badge.svg?branch=main\u0026event=workflow_dispatch)](https://github.com/Templum/gitmoji-changelog/actions/workflows/compile.yml)\n\nThis action generates a `CHANGELOG` based on the git history using the [Gitmoji](https://gitmoji.dev/about) convention. If no CHANGELOG has been created yet, it will go ahead and create one based on the current version. Currently, only package.json is supported (feel free to request other tooling). If a `CHANGELOG.md` exists, it will append to it based on the commits between the last changelog entry and `HEAD`. This action will provide via outputs the place of the created/updated `CHANGELOG.md` so it can be committed or uploaded. For example, flows have a look at the [usage examples](#example-usage)\n\n\u003e Please be aware that this expects you to create Tags for the versions that may be prefixed with 'v' or 'V'. e.g. Version=1.0.0 =\u003e TAG=1.0.0 or TAG=v1.0.0 or TAG=V1.0.0\n\n## Inputs\n\n| Input Name              | Required | Default | Description                                                 |\n| ----------------------- | -------- | ------- | ----------------------------------------------------------- |\n| add-authors             | false    | 'true'    | This determines whether the Authors of the Commits should be added to the changelog. It should be a valid YAML boolean value (e.g. TRUE, FALSE, true, false).                            |\n| override-project-path   | false    | ''      | This can be used to provide a relative path to the project root that should be used to collect history. Should not start with \".\".                                                       |\n| override-changelog-path | false    | ''      | This can be used to provide a relative path to the project root where the CHANGELOG should be stored. It should end on \"CHANGELOG.md\" and not start with \".\". |\n\n## Outputs\n\n| Output         | Description                                                                               |\n| -------------- | ----------------------------------------------------------------------------------------- |\n| for-version    | Will be populated with the version for which the CHANGELOG was generated.                 |\n| changelog-path | The absolute path on the runner where the CHANGELOG.md is located. |\n\n## Example usage\n\n\u003cdetails\u003e\n  \u003csummary\u003e\n  Generate Changelog and leverage peter-evans/create-pull-request@v6 to create a PR.\n  \u003c/summary\u003e\n\n```yaml\nname: Generate Changelog in PR\non:\n  workflow_dispatch:\npermissions:\n  contents: write\n  pull-requests: write\njobs:\n  changelog:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v4\n        with:\n          fetch-depth: 0 # This is required to fetch the whole history and tags, which are essential for the action\n      - name: Generate Changelog\n        uses: Templum/gitmoji-changelog@main\n      - name: Create Pull Request\n        uses: peter-evans/create-pull-request@v6\n        with:\n          branch: feature/changelog-update\n          title: \":memo: Update Changelog for ${{ steps.outputs.for-version }}\"\n          commit-message: \":memo: Update Changelog for ${{ steps.outputs.for-version }}\"\n```\n\u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftemplum%2Fgitmoji-changelog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftemplum%2Fgitmoji-changelog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftemplum%2Fgitmoji-changelog/lists"}