changelog/README.md

37 lines
1.0 KiB
Markdown
Raw Normal View History

2017-08-25 12:22:51 +05:30
# Changelog - Generate changelog of gitea repository
[![Build Status](https://drone.gitea.io/api/badges/go-gitea/changelog/status.svg)](https://drone.gitea.io/go-gitea/changelog)
## 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](changelog.yml.example) example file.
## Usage
```
changelog -m=1.2.0 -c=/path/to/my_config_file
```
## Contributing
Fork -> Patch -> Push -> Pull Request
## Authors
* [Maintainers](https://github.com/orgs/go-gitea/people)
* [Contributors](https://github.com/go-gitea/changelog/graphs/contributors)
2017-08-25 12:22:51 +05:30
## License
This project is licensed under the MIT License. See the [LICENSE](https://github.com/go-gitea/changelog/blob/master/LICENSE) file for the full license text.