Generate changelog of gitea repository
Go to file
6543 18ff9e6a0d Update Gitea SDK to v0.13.0 (#49)
adapt new functions

update sdk to v0.13.0

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: https://gitea.com/gitea/changelog/pulls/49
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: jaqra <jaqra@noreply.gitea.io>
2020-09-22 21:38:11 +00:00
cmd Add generate from issues argument (#44) 2020-08-04 13:30:19 +00:00
config Fix bug only list first page when get prs from gitea (#41) 2020-03-29 01:56:21 +00:00
service Update Gitea SDK to v0.13.0 (#49) 2020-09-22 21:38:11 +00:00
.changelog.yml Changelog 0.1.0 (#28) 2020-01-26 07:23:56 +00:00
.drone.yml Update '.drone.yml' (#34) 2020-01-27 02:52:04 +00:00
.gitattributes Fix CI (GOPROXY) (#26) 2020-01-24 16:14:30 +00:00
.gitignore Changelog Overhaul (#18) 2020-01-09 07:43:20 +00:00
.golangci.yml CI and Linter (#27) 2020-01-26 03:43:05 +00: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 Update 'Makefile' (#31) 2020-01-26 20:09:41 +00:00
README.md Update installation instructions (#32) 2020-01-26 22:30:22 +00:00
changelog.example.go Add init command (#33) 2020-01-27 02:42:24 +00:00
changelog.example.yml Changelog Overhaul 2 (#19) 2020-01-24 16:30:16 +00:00
go.mod Update Gitea SDK to v0.13.0 (#49) 2020-09-22 21:38:11 +00:00
go.sum Update Gitea SDK to v0.13.0 (#49) 2020-09-22 21:38:11 +00:00
main.go Add generate from issues argument (#44) 2020-08-04 13:30:19 +00: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 -m=1.11.0 -c=/path/to/my_config_file generate

Contributors List

changelog -m=1.11.0 -c=/path/to/my_config_file contributors

Building

go generate ./...
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.