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

52 lines
1.2 KiB
Markdown

# Changelog
A changelog generator for Gitea
[![Build Status](https://drone.gitea.com/api/badges/gitea/changelog/status.svg)](https://drone.gitea.com/gitea/changelog)
## 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](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
* [Maintainers](https://gitea.com/org/gitea/members)
* [Contributors](https://gitea.com/gitea/changelog/commits/branch/master)<!-- FIXME when contributors page works -->
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for the full license text.