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
Download a pre-built binary from our downloads page or clone the source and follow the building instructions.
Configuration
See the changelog.example.yml example file.
Usage
Changelog Entries
changelog generate -m=1.11.0 -c=/path/to/my_config_file
Contributors List
changelog contributors -m=1.11.0 -c=/path/to/my_config_file
Building
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.