Generate changelog of gitea repository
Go to file
Lunny Xiao b3e84e6460
improved README
2017-08-25 17:14:51 +08:00
vendor use govendor to manage project 2017-08-25 15:41:31 +08:00
.gitignore init project 2017-08-25 14:52:51 +08:00
README.md improved README 2017-08-25 17:14:51 +08:00
changelog.yml.example init project 2017-08-25 14:52:51 +08:00
main.go fix default group 2017-08-25 15:00:26 +08:00

README.md

简体中文

Changelog - Generate changelog of gitea repository

Build Status

Purpose

This repo currently is part of Gitea. The purpose it to generate changelog when writing release notes. If a project management like Gitea, it could use this tool, otherwise please find another. The tool generate changelog depends on your PRs on the milestone and the labels of a PR.

Installation

go get github.com/go-gitea/changelog

Configuration

See the changelog.yml.example example file. The config file now defines the repo's name and the changelog groups and which labels of the groups. When generating, we will group the changelog acorrding the labels of group.

Usage

changelog generate -m=1.2.0 -c=/path/to/my_config_file

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.