mirror of
https://github.com/go-gitea/changelog
synced 2026-08-24 06:06:18 +00:00
No description
- Go 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| vendor | ||
| .gitignore | ||
| changelog.yml.example | ||
| contributors.go | ||
| LICENSE | ||
| main.go | ||
| README.md | ||
Changelog - Generate changelog of gitea repository
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.
Usage
changelog -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.