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 77.6%
  • JavaScript 18.5%
  • Dockerfile 3.9%
Find a file
maxpeterkaya 9760df9bd4
All checks were successful
CI / build (push) Successful in 4m43s
chore: remove text library
2026-05-29 15:50:42 -04:00
.forgejo/workflows chore(deps): update node docker tag to v26 2026-05-06 18:28:14 +00:00
.gitignore feat: gitignore .idea folder 2026-01-31 19:05:24 -05:00
.goreleaser.yml fix: remove alpine docker build from goreleaser 2026-01-31 19:41:23 -05:00
action.yml feat: set action outputs (#7) 2026-02-16 16:22:41 -05:00
api.go feat: create gitea api client 2026-01-31 19:04:44 -05:00
changelog.go fix: remove title casing 2026-05-29 15:50:33 -04:00
config.go feat: group struct and default groups on config 2026-05-29 15:46:11 -04:00
Dockerfile chore(deps): update alpine docker tag to v3.23 (#2) 2026-02-12 18:42:41 -05: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 chore: remove text library 2026-05-29 15:50:42 -04:00
go.sum chore: remove text library 2026-05-29 15:50:42 -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
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