Automate your changelog generation with ease! Retrieves the commit history between two tags for Gitea, Forgejo, or GitHub, and formats it into a Conventional Commits-style changelog. Customize the output to fit your project's needs, and keep your CHANGELOG up-to-date without the hassle.
  • Go 83.7%
  • JavaScript 13.4%
  • Dockerfile 2.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-16 10:28:52 -04:00
.forgejo/workflows Merge pull request 'chore(deps): update https://vc.maxkaya.com/maxpeterkaya/changelog action to v1.6.3' (#28) from renovate/https-vc.maxkaya.com-maxpeterkaya-changelog-1.x into main 2026-07-16 10:28:52 -04:00
.gitignore feat: gitignore .idea folder 2026-01-31 19:05:24 -05:00
.goreleaser.yml rm: remove changelog from goreleaser 2026-07-11 13:35:29 -04:00
action.yml feat: add ollama config to action config 2026-07-11 13:44:57 -04:00
api.go feat: add function to get diff of commit 2026-07-11 13:33:37 -04:00
changelog.go feat: include diff to llm changelog formatter 2026-07-11 13:34:01 -04:00
config.go feat: use action input env variables for ollama config 2026-07-11 13:45:12 -04:00
Dockerfile chore(deps): update alpine docker tag to v3.24 2026-06-20 12:20:50 +00:00
Dockerfile-releaser feat: create dockerfile for goreleaser 2026-01-31 19:35:46 -05:00
Dockerfile-snapshot chore(deps): update debian docker tag to v13 (#6) 2026-02-12 18:54:13 -05:00
go.mod deps: use self-owned ollama sdk 2026-07-11 16:54:02 -04:00
go.sum deps: use self-owned ollama sdk 2026-07-11 16:54:02 -04:00
index.js feat: create index js 2026-02-01 16:04:16 -05:00
LICENSE Initial commit 2026-01-31 12:18:54 -05:00
main.go feat: load env on init 2026-05-29 15:48:00 -04:00
ollama.go fix: pass auth key for ollama client 2026-07-11 16:54:36 -04:00
output.go feat: output function (#7) 2026-02-16 16:20:44 -05:00
package.json init package json 2026-02-01 16:04:23 -05:00
README.md Initial commit 2026-01-31 12:18:54 -05:00
renovate.json Add renovate.json 2026-02-12 19:25:19 +00:00
Taskfile.yml feat: create taskfile 2026-01-31 19:04:05 -05:00

changelog