traefik/script/gcg
Michael bb7bb49226
Some checks failed
CodeQL / Analyze (push) Has been cancelled
Build and Publish Documentation / Doc Process (push) Has been cancelled
Build experimental image on branch / build-webui (push) Has been cancelled
Build experimental image on branch / Build experimental image on branch (push) Has been cancelled
Prepare release v2.11.40
2026-03-06 11:10:04 -03:00
..
readme.md chore: Added configuration files for generating the changelog of a release. 2020-09-25 01:32:03 +02:00
traefik-bugfix.toml Prepare release v2.11.40 2026-03-06 11:10:04 -03:00
traefik-final-release-part1.toml Prepare release v2.11.0-rc1 2024-01-03 11:12:05 +01:00
traefik-final-release-part2.toml Prepare release v2.11.0-rc1 2024-01-03 11:12:05 +01:00
traefik-rc-first.toml Prepare release v2.11.0-rc1 2024-01-03 11:12:05 +01:00
traefik-rc-new.toml Prepare release v2.11.0-rc1 2024-01-03 11:12:05 +01:00

GCG - GitHub Changelog Generator

Installation: https://github.com/ldez/gcg#how-to-install

Generates Changelog for a Bug Fix Release

gcg --config-file=./script/gcg/traefik-bugfix.toml

Generates Changelog for a Final Release

gcg --config-file=./script/gcg/traefik-final-release-part1.toml
gcg --config-file=./script/gcg/traefik-final-release-part2.toml

Generates Changelog for the first RC of a Version

gcg --config-file=./script/gcg/traefik-rc-first.toml

Generates Changelog for a RC of a Version

gcg --config-file=./script/gcg/traefik-rc-new.toml