Generate changelog of gitea repository
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.
 
 
Go to file
jolheiser 70c955ae17
Title-case PR title (#76)
4 days ago
.gitea/workflows actions: test pull requests (#72) 1 week ago
cmd Pass global flags down to subcommands (#54) 6 months ago
config Updates and priority changes (#62) 9 months ago
service Title-case PR title (#76) 4 days ago
.changelog.yml Changelog 0.1.0 (#28) 3 years ago
.gitattributes Fix CI (GOPROXY) (#26) 3 years ago
.gitignore actions: test pull requests (#72) 1 week ago
.golangci.yml Updates and priority changes (#62) 9 months ago
.goreleaser.checksum.sh properly format checksum file 1 week ago
.goreleaser.yaml checksum compressed files too 1 week ago
CHANGELOG.md Changelog v0.2.0 (#48) 3 years ago
LICENSE Adding LICENSE (Fixes #7) 6 years ago
Makefile use go 1.20 (#68) 4 weeks ago
README.md Pass global flags down to subcommands (#54) 6 months ago
go.mod Allow for GH token (#70) 4 weeks ago
go.sum Allow for GH token (#70) 4 weeks ago
main.go Updates and priority changes (#62) 9 months ago

README.md

Changelog

A changelog generator for Gitea

Build Status

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.