Generate changelog of gitea repository
Go to file
John Olheiser 8fc84c6a2d Allow for GH token (#70)
After running a few times this morning I started hitting rate limits, so this was a quick way to set an optional GH token.

Co-authored-by: jolheiser <john.olheiser@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-on: https://gitea.com/gitea/changelog/pulls/70
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: techknowlogick <techknowlogick@gitea.io>
Reviewed-by: appleboy <appleboy.tw@gmail.com>
Co-authored-by: John Olheiser <john+gitea@jolheiser.com>
Co-committed-by: John Olheiser <john+gitea@jolheiser.com>
2023-02-28 06:21:21 +08:00
cmd Pass global flags down to subcommands (#54) 2022-09-16 17:31:37 +08:00
config Updates and priority changes (#62) 2022-06-22 09:27:24 +08:00
service Allow for GH token (#70) 2023-02-28 06:21:21 +08:00
.changelog.yml Changelog 0.1.0 (#28) 2020-01-26 07:23:56 +00:00
.drone.yml use go 1.20 (#68) 2023-02-28 05:59:03 +08:00
.gitattributes Fix CI (GOPROXY) (#26) 2020-01-24 16:14:30 +00:00
.gitignore Pass global flags down to subcommands (#54) 2022-09-16 17:31:37 +08:00
.golangci.yml Updates and priority changes (#62) 2022-06-22 09:27:24 +08:00
CHANGELOG.md Changelog v0.2.0 (#48) 2020-08-07 13:57:07 +00:00
LICENSE Adding LICENSE (Fixes #7) 2017-09-04 17:08:25 +02:00
Makefile use go 1.20 (#68) 2023-02-28 05:59:03 +08:00
README.md Pass global flags down to subcommands (#54) 2022-09-16 17:31:37 +08:00
go.mod Allow for GH token (#70) 2023-02-28 06:21:21 +08:00
go.sum Allow for GH token (#70) 2023-02-28 06:21:21 +08:00
main.go Updates and priority changes (#62) 2022-06-22 09:27:24 +08:00

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.