changelog/README.md
John Olheiser 0692cd4388 Changelog Overhaul (#18)
Formatting

Signed-off-by: jolheiser <john.olheiser@gmail.com>

Skip regex if not set and add newline after error

Signed-off-by: jolheiser <john.olheiser@gmail.com>

Change skip label to regex

Signed-off-by: jolheiser <john.olheiser@gmail.com>

Wording

Signed-off-by: jolheiser <john.olheiser@gmail.com>

Re-generate

Signed-off-by: jolheiser <john.olheiser@gmail.com>

Wipe out go.sum and tidy

Signed-off-by: jolheiser <john.olheiser@gmail.com>

Fix potential bug

Signed-off-by: jolheiser <john.olheiser@gmail.com>

Formatting

Signed-off-by: jolheiser <john.olheiser@gmail.com>

Formatting

Signed-off-by: jolheiser <john.olheiser@gmail.com>

Add fresh paint

Signed-off-by: jolheiser <john.olheiser@gmail.com>

Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-by: Guillermo Prandi <guillep2k@noreply.gitea.io>
Reviewed-by: lafriks <lafriks@noreply.gitea.io>
2020-01-09 07:43:20 +00:00

1.2 KiB

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.