openchangelog logo

Openchangelog

Login
oss/acc

Open Source

Openchangelog is committed to open-source software and we believe strongly in the values of the FOSS movement. Our changelog renderer is fully open-source and free to self host.

Star on GitHub

Easy to self host

Openchangelog can be self-hosted with just a single config file. Since it's written in Go, it's lightweight and only requires a small server.

addr: localhost:6001
github:
  owner: company
  repo: repository
  path: changelogs
  auth:
    accessToken: ...
cache: 
  type: disk
  disk:
    location: /data/cache/
page:
  title: Changelog
  subtitle: Here is a rundown of the latest updates and improvements.
  logo:
    src: https://openchangelog.com/logo.svg
    width: 70px
    height: 25px
    link: https://www.openchangelog.com