32 lines
631 B
Markdown
32 lines
631 B
Markdown
|
# GCG - GitHub Changelog Generator
|
||
|
|
||
|
Installation: https://github.com/ldez/gcg#how-to-install
|
||
|
|
||
|
## Generates Changelog for a Bug Fix Release
|
||
|
|
||
|
```bash
|
||
|
gcg --config-file=./script/gcg/traefik-bugfix.toml
|
||
|
```
|
||
|
|
||
|
## Generates Changelog for a Final Release
|
||
|
|
||
|
```bash
|
||
|
gcg --config-file=./script/gcg/traefik-final-release-part1.toml
|
||
|
```
|
||
|
|
||
|
```bash
|
||
|
gcg --config-file=./script/gcg/traefik-final-release-part2.toml
|
||
|
```
|
||
|
|
||
|
## Generates Changelog for the first RC of a Version
|
||
|
|
||
|
```bash
|
||
|
gcg --config-file=./script/gcg/traefik-rc-first.toml
|
||
|
```
|
||
|
|
||
|
## Generates Changelog for a RC of a Version
|
||
|
|
||
|
```bash
|
||
|
gcg --config-file=./script/gcg/traefik-rc-new.toml
|
||
|
```
|