{"id":16154247,"url":"https://github.com/thomaseizinger/keep-a-changelog-new-release","last_synced_at":"2025-07-20T01:31:36.870Z","repository":{"id":46565800,"uuid":"226623486","full_name":"thomaseizinger/keep-a-changelog-new-release","owner":"thomaseizinger","description":"Automatically update your CHANGELOG.md for a new release","archived":false,"fork":false,"pushed_at":"2024-07-27T02:40:00.000Z","size":369,"stargazers_count":65,"open_issues_count":2,"forks_count":39,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-09T01:26:35.956Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/thomaseizinger.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}},"created_at":"2019-12-08T06:12:52.000Z","updated_at":"2025-05-16T09:03:57.000Z","dependencies_parsed_at":"2023-11-21T03:31:09.113Z","dependency_job_id":"f7dc6651-6b52-4796-a46e-720c395508f9","html_url":"https://github.com/thomaseizinger/keep-a-changelog-new-release","commit_stats":{"total_commits":22,"total_committers":3,"mean_commits":7.333333333333333,"dds":"0.13636363636363635","last_synced_commit":"8e44c5b49483b4102a8c6794306c5ccf16437cde"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":"actions/typescript-action","purl":"pkg:github/thomaseizinger/keep-a-changelog-new-release","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomaseizinger%2Fkeep-a-changelog-new-release","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomaseizinger%2Fkeep-a-changelog-new-release/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomaseizinger%2Fkeep-a-changelog-new-release/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomaseizinger%2Fkeep-a-changelog-new-release/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thomaseizinger","download_url":"https://codeload.github.com/thomaseizinger/keep-a-changelog-new-release/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thomaseizinger%2Fkeep-a-changelog-new-release/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266053824,"owners_count":23869496,"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":[],"created_at":"2024-10-10T01:15:47.056Z","updated_at":"2025-07-20T01:31:36.830Z","avatar_url":"https://github.com/thomaseizinger.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Keep A Changelog - New Release\n\nThis GitHub action will update your CHANGELOG.md for a new release:\n\n- Changes the 'unreleased' section to the new version\n- Updates the links to the tags at the end of the file\n- Inserts a new 'unreleased' section at the top\n\nHere is a diff from one of the [test cases](./__tests__/fixtures/standard):\n\n```diff\ndiff --git a/./__tests__/fixtures/standard/CHANGELOG.md b/./__tests__/fixtures/standard/CHANGELOG.expected.md\nindex bc86d0e..08101e3 100644\n--- a/./__tests__/fixtures/standard/CHANGELOG.md\n+++ b/./__tests__/fixtures/standard/CHANGELOG.expected.md\n@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0\n \n ## [Unreleased]\n \n+## [0.3.0] - 2019-12-06\n+\n ### Changed\n \n -   Our main theme is now blue instead of red.\n@@ -28,7 +30,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0\n \n -   Initial release :tada:\n \n-[Unreleased]: https://github.com/foo/bar/compare/0.2.0...HEAD\n+[Unreleased]: https://github.com/foo/bar/compare/0.3.0...HEAD\n+\n+[0.3.0]: https://github.com/foo/bar/compare/0.2.0...0.3.0\n \n [0.2.0]: https://github.com/foo/bar/compare/0.1.0...0.2.0\n \n\n```\n\n## Usage\n\nWithin a workflow, you can use it like this:\n\n```yaml\nname: \"...\"\non: ...\n\njobs:\n  update-changelog:\n    runs-on: ubuntu-latest\n    steps:\n    - uses: actions/checkout@v2\n    \n    - name: Update changelog\n      uses: thomaseizinger/keep-a-changelog-new-release@v2\n      with:\n        tag: v0.6.0 # You probably want to have this dynamic :)\n```\n\nThe action will do nothing else apart from modifying the changelog.\nIt neither creates a commit, nor does it push anything to anywhere.\nYou will have to do that as part of your workflow if you need this behaviour.\n\nCheckout [this blogpost](https://blog.eizinger.io/12274/using-github-actions-to-automate-gitflow-style-releases) or [this repository](https://github.com/thomaseizinger/github-action-gitflow-release-workflow) for a set of workflows of an automated release using GitFlow and Github actions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomaseizinger%2Fkeep-a-changelog-new-release","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthomaseizinger%2Fkeep-a-changelog-new-release","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthomaseizinger%2Fkeep-a-changelog-new-release/lists"}