openchangelog

module
v0.5.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 10, 2024 License: AGPL-3.0

README

Openchangelog

Transform your changelog Markdown files to beautiful product updates

Website · Docs · Get Started · Demo · Twitter



Openchangelog takes your Changelog, hosted on GitHub or locally and renders it as a beautiful Changelog Website.

  • Dark, Light and System themes
  • Colorful Tags
  • Automatic RSS feed
  • Password Protection
  • Analytics
  • Supports keep a changelog CHANGELOG.md format or one Markdown file per release
  • Next.js embed
  • Various integrations, open an issue to request a new integration

Quickstart

Create an openchangelog.yml config file, from the sample openchangelog.example.yml. For more configuration settings visit our Docs.

docker run -v ./openchangelog.yml:/etc/openchangelog.yml:ro -v ./release-notes:/release-notes -p 6001:6001 ghcr.io/jonashiltl/openchangelog:0.5.1

Or

services:
  openchangelog:
    image: "ghcr.io/jonashiltl/openchangelog:0.5.1"
    ports:
      - "6001:6001"
    volumes:
      - ./release-notes:/release-notes
      - type: bind
        source: openchangelog.yml
        target: /etc/openchangelog.yml

Once deployed, your changelog will be available at http://localhost:6001.

Directories

Path Synopsis
api module
apitypes module
templ: version: v0.2.771
templ: version: v0.2.771
internal
handler/web/admin/views
templ: version: v0.2.771
templ: version: v0.2.771
handler/web/icons
templ: version: v0.2.771
templ: version: v0.2.771
handler/web/views
templ: version: v0.2.771
templ: version: v0.2.771
handler/web/views/layout
templ: version: v0.2.771
templ: version: v0.2.771

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL