Generate changelog for github/gitea repositories
Go to file
silverwind 9d720a45a2
Some checks failed
goreleaser / goreleaser (push) Failing after 10s
Remove type/dependency-update (#84)
This only removes the `type/dependency-update` label which I recently deleted on GitHub. The file was CRLF and the web editor converted it to LF. I'd say LF is preferred anyways.

Reviewed-on: #84
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: Denys Konovalov <denyskon@noreply.gitea.com>
2024-03-27 20:08:27 +00:00
.gitea/workflows release tag pipeline 2023-04-14 15:17:23 -04:00
cmd Update to urfave/cli/v3 (#77) 2023-04-03 11:51:25 +08:00
config Remove type/dependency-update (#84) 2024-03-27 20:08:27 +00:00
service Use issue list API instead of search (#78) 2023-07-20 10:08:48 +00:00
.changelog.yml Changelog 0.1.0 (#28) 2020-01-26 07:23:56 +00:00
.gitattributes Fix CI (GOPROXY) (#26) 2020-01-24 16:14:30 +00:00
.gitignore actions: test pull requests (#72) 2023-03-17 04:50:35 +08:00
.golangci.yml Updates and priority changes (#62) 2022-06-22 09:27:24 +08:00
.goreleaser.checksum.sh properly format checksum file 2023-03-18 01:49:03 -04:00
.goreleaser.yaml release tag pipeline 2023-04-14 15:17:23 -04:00
CHANGELOG.md Changelog v0.2.0 (#48) 2020-08-07 13:57:07 +00:00
go.mod Update to urfave/cli/v3 (#77) 2023-04-03 11:51:25 +08:00
go.sum Update to urfave/cli/v3 (#77) 2023-04-03 11:51:25 +08:00
LICENSE Adding LICENSE (Fixes #7) 2017-09-04 17:08:25 +02:00
main.go Updates and priority changes (#62) 2022-06-22 09:27:24 +08:00
Makefile use go 1.20 (#68) 2023-02-28 05:59:03 +08:00
README.md minor updates to readme 2023-09-05 14:35:42 +00:00

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.