Generate changelog of gitea repository
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
6543 068df6d865 Changelog 0.1.1 (#38)
spell impruvements

changelog 0.1.1

Co-authored-by: 6543 <6543@obermui.de>
Reviewed-on: gitea/changelog#38
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: John Olheiser <john.olheiser@gmail.com>
3 years ago
cmd use .changelog.yml config if in working dir (#37) 3 years ago
config Add init command (#33) 3 years ago
service Fix closed milestone issue (#35) 3 years ago
.changelog.yml Changelog 0.1.0 (#28) 3 years ago
.drone.yml Update '.drone.yml' (#34) 3 years ago
.gitattributes Fix CI (GOPROXY) (#26) 3 years ago
.gitignore Changelog Overhaul (#18) 3 years ago
.golangci.yml CI and Linter (#27) 3 years ago
CHANGELOG.md Changelog 0.1.1 (#38) 3 years ago
LICENSE Adding LICENSE (Fixes #7) 6 years ago
Makefile Update 'Makefile' (#31) 3 years ago
README.md Update installation instructions (#32) 3 years ago
changelog.example.go Add init command (#33) 3 years ago
changelog.example.yml Changelog Overhaul 2 (#19) 3 years ago
go.mod Fix closed milestone issue (#35) 3 years ago
go.sum Fix closed milestone issue (#35) 3 years ago
main.go Add init command (#33) 3 years ago

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.