https://github.com/atakanozceviz/gcg
Changelog generator based on GitHub milestones or tags.
https://github.com/atakanozceviz/gcg
changelog generator github github-api go golang productivity
Last synced: 3 months ago
JSON representation
Changelog generator based on GitHub milestones or tags.
- Host: GitHub
- URL: https://github.com/atakanozceviz/gcg
- Owner: atakanozceviz
- License: apache-2.0
- Created: 2019-05-07T22:07:04.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-25T01:03:45.000Z (over 3 years ago)
- Last Synced: 2024-06-20T14:29:34.502Z (almost 2 years ago)
- Topics: changelog, generator, github, github-api, go, golang, productivity
- Language: Go
- Size: 140 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Change Log Generator
This application is a tool to generate changelog from a Github milestone or tag(s)
## Configuration
Edit the config.yaml file to customize the generated output.
## Usage
```
gcg generate [flags]
```
### Options
```
Flags:
-h, --help help for generate
-m, --milestone string milestone title to get issues and pull requests for
-r, --repo string repository name to generate the Changelog for, in the form user/repo
--since-tag string issues and pull requests since tag
-s, --state string state of the issues and pull requests to get (open,closed or all)
-t, --token string personal access token
--until-tag string issues and pull requests until tag
Global Flags:
--config string config file (default is config.yaml)
```
[Learn more about templating](Templating.md)