mirror of https://gitea.com/gitea/changelog
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 days ago | |
---|---|---|
.gitea/workflows | 1 week ago | |
cmd | 6 months ago | |
config | 9 months ago | |
service | 4 days ago | |
.changelog.yml | 3 years ago | |
.gitattributes | 3 years ago | |
.gitignore | 1 week ago | |
.golangci.yml | 9 months ago | |
.goreleaser.checksum.sh | 1 week ago | |
.goreleaser.yaml | 1 week ago | |
CHANGELOG.md | 3 years ago | |
LICENSE | 6 years ago | |
Makefile | 4 weeks ago | |
README.md | 6 months ago | |
go.mod | 4 weeks ago | |
go.sum | 4 weeks ago | |
main.go | 9 months ago |
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
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.