forked from gitea/changelog
Generate changelog of gitea repository
|
||
---|---|---|
.gitignore | ||
changelog.example.go | ||
changelog.example.yml | ||
config_default.go | ||
config.go | ||
contributors.go | ||
generate.go | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
README.md |
Changelog
A changelog generator for Gitea
Purpose
This repo is currently part of Gitea. The purpose of it is to generate a changelog when writing release notes.
This project was made for Gitea, so while you are free to use it in your own projects, it is subject to change with Gitea.
This tool generates a changelog from PRs based on their milestone and labels.
Installation
go get gitea.com/gitea/changelog
Configuration
See the changelog.example.yml example file.
Usage
Changelog Entries
changelog -m=1.11.0 -c=/path/to/my_config_file generate
Contributors List
changelog -m=1.11.0 -c=/path/to/my_config_file contributors
Building
go generate ./...
go build
Contributing
Fork -> Patch -> Push -> Pull Request
Authors
License
This project is licensed under the MIT License. See the LICENSE file for the full license text.