Generate changelog of gitea repository
Go to file
John Olheiser 660d748ddc Changelog 0.1.0 (#28)
Changelog 0.1.0

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

Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: https://gitea.com/gitea/changelog/pulls/28
Reviewed-by: Guillermo Prandi <guillep2k@noreply.gitea.io>
Reviewed-by: 6543 <6543@noreply.gitea.io>
2020-01-26 07:23:56 +00:00
cmd CI and Linter (#27) 2020-01-26 03:43:05 +00:00
config Changelog Overhaul 2 (#19) 2020-01-24 16:30:16 +00:00
service CI and Linter (#27) 2020-01-26 03:43:05 +00:00
.changelog.yml Changelog 0.1.0 (#28) 2020-01-26 07:23:56 +00:00
.drone.yml CI and Linter (#27) 2020-01-26 03:43:05 +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 0.1.0 (#28) 2020-01-26 07:23:56 +00:00
LICENSE Adding LICENSE (Fixes #7) 2017-09-04 17:08:25 +02:00
Makefile CI and Linter (#27) 2020-01-26 03:43:05 +00:00
README.md Fix README about import path (#22) 2020-01-18 05:15:41 +00:00
changelog.example.go Changelog Overhaul 2 (#19) 2020-01-24 16:30:16 +00:00
changelog.example.yml Changelog Overhaul 2 (#19) 2020-01-24 16:30:16 +00:00
go.mod Changelog Overhaul 2 (#19) 2020-01-24 16:30:16 +00:00
go.sum Changelog Overhaul 2 (#19) 2020-01-24 16:30:16 +00:00
main.go CI and Linter (#27) 2020-01-26 03:43:05 +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

go get code.gitea.io/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.