Generate changelog of gitea repository
Go to file
jolheiser a03fb2ecad
Update golangci-lint and re-add copyright
Signed-off-by: jolheiser <john.olheiser@gmail.com>
2022-06-20 14:56:18 -05:00
cmd Update golangci-lint and re-add copyright 2022-06-20 14:56:18 -05:00
config Updates and priority changes 2022-06-20 13:37:37 -05:00
service Add flag to specify git tag (#58) 2022-03-13 10:33:03 +08:00
.changelog.yml Changelog 0.1.0 (#28) 2020-01-26 07:23:56 +00:00
.drone.yml Update Go version in Drone 2022-06-20 13:51:01 -05: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 Update golangci-lint and re-add copyright 2022-06-20 14:56:18 -05:00
CHANGELOG.md Changelog v0.2.0 (#48) 2020-08-07 13:57:07 +00:00
go.mod Updates and priority changes 2022-06-20 13:37:37 -05:00
go.sum Upgrade gitea sdk to v0.14.0 (#53) 2021-05-17 18:39:53 +08:00
LICENSE Adding LICENSE (Fixes #7) 2017-09-04 17:08:25 +02:00
main.go Updates and priority changes 2022-06-20 13:37:37 -05:00
Makefile Update golangci-lint and re-add copyright 2022-06-20 14:56:18 -05:00
README.md Updates and priority changes 2022-06-20 13:37:37 -05: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

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 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.