Generate changelog of gitea repository
Go to file
jolheiser 968b291f0f
Formatting
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2020-01-08 15:32:03 -06:00
.gitignore Add fresh paint 2020-01-08 12:39:02 -06:00
changelog.example.go Add fresh paint 2020-01-08 12:39:02 -06:00
changelog.example.yml Change skip label to regex 2020-01-08 14:21:17 -06:00
config_default.go Change skip label to regex 2020-01-08 14:21:17 -06:00
config.go Skip regex if not set and add newline after error 2020-01-08 15:24:27 -06:00
contributors.go Formatting 2020-01-08 12:51:52 -06:00
generate.go Skip regex if not set and add newline after error 2020-01-08 15:24:27 -06:00
go.mod Add fresh paint 2020-01-08 12:39:02 -06:00
go.sum Wipe out go.sum and tidy 2020-01-08 12:58:31 -06:00
LICENSE Adding LICENSE (Fixes #7) 2017-09-04 17:08:25 +02:00
main.go Formatting 2020-01-08 15:32:03 -06:00
README.md Add fresh paint 2020-01-08 12:39:02 -06:00

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

go get gitea.com/gitea/changelog

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.