{"id":18369966,"url":"https://github.com/statamic/changelog-action","last_synced_at":"2025-08-19T09:14:46.360Z","repository":{"id":36980662,"uuid":"358364531","full_name":"statamic/changelog-action","owner":"statamic","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-13T03:58:19.000Z","size":654,"stargazers_count":5,"open_issues_count":3,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-06T18:38:43.745Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/statamic.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":"2021-04-15T19:04:05.000Z","updated_at":"2024-01-04T02:09:56.000Z","dependencies_parsed_at":"2024-11-05T23:36:23.728Z","dependency_job_id":"1aaa100f-5783-4bf4-9229-bd201059947d","html_url":"https://github.com/statamic/changelog-action","commit_stats":{"total_commits":59,"total_committers":3,"mean_commits":"19.666666666666668","dds":0.0847457627118644,"last_synced_commit":"64c53e49e73463a05d721522d38d4368349ca3dc"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":"actions/javascript-action","purl":"pkg:github/statamic/changelog-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statamic%2Fchangelog-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statamic%2Fchangelog-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statamic%2Fchangelog-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statamic%2Fchangelog-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/statamic","download_url":"https://codeload.github.com/statamic/changelog-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/statamic%2Fchangelog-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271129052,"owners_count":24703879,"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","status":"online","status_checked_at":"2025-08-19T02:00:09.176Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-11-05T23:34:47.925Z","updated_at":"2025-08-19T09:14:46.331Z","avatar_url":"https://github.com/statamic.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Statamic Changelog Reader\n\nA GitHub action to read and parse data from the `CHANGELOG.md` file.\n\n## Usage\n\nThe main reason to use this package is to generate the contents of a release using the corresponding version in the markdown file.\n\nYou can do this with the [@actions/create-release](https://www.github.com/actions/create-release) action:\n\n```yaml\non:\n  push:\n    tags:\n    - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10\n\nname: Create Release\n\njobs:\n  build:\n    name: Create Release\n    runs-on: ubuntu-latest\n    steps:\n\n      - name: Checkout code\n        uses: actions/checkout@v1\n    \n      - name: Get Changelog\n        id: changelog\n        uses: statamic/changelog-action@v1\n        with:\n          version: ${{ github.ref }}\n\n      - name: Create Release\n        id: create_release\n        uses: actions/create-release@v1\n        env:\n          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n        with:\n          tag_name: ${{ steps.changelog.outputs.version }}\n          release_name: ${{ steps.changelog.outputs.version }}\n          body: ${{ steps.changelog.outputs.text }}\n```\n\nIf there is no changelog entry found for the specified version, a blank one will be provided.\n\n## Changelog Format\n\nThis action assumes you are using a `CHANGELOG.md` in the project root formatted like [statamic/cms](https://github.com/statamic/cms/blob/3.1/CHANGELOG.md).\n\n- Each release begins with an h2.\n- Each h2 contains the version (with or without a `v` prefix), and a date in YYYY-MM-DD in brackets:\n  ```md\n  ## 1.2.3 (2020-04-16)\n  ```\n  ```md\n  ## v1.2.3 (2020-04-16)\n  ```\n- Any h3s inside the body of each release will be convered to h2s.\n  ```md\n  ### What's new\n  - This\n\n  ### What's fixed\n  - That\n  ```\n- The h1 at the start of the file and any intro text will be ignored.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatamic%2Fchangelog-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstatamic%2Fchangelog-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstatamic%2Fchangelog-action/lists"}