techknowlogick e5f22910df
All checks were successful
goreleaser / goreleaser (push) Successful in 2m31s
Update .gitea/workflows/release-nightly.yml
2024-05-26 21:40:53 +00:00
2024-05-24 05:59:15 +00:00
2024-05-24 05:59:15 +00:00
2024-05-24 05:59:15 +00:00
2020-01-26 07:23:56 +00:00
2020-01-24 16:14:30 +00:00
2023-03-17 04:50:35 +08:00
2024-05-26 21:39:37 +00:00
2020-08-07 13:57:07 +00:00
2024-05-24 05:59:15 +00:00
2024-05-24 05:59:15 +00:00
2017-09-04 17:08:25 +02:00
2022-06-22 09:27:24 +08:00
2023-02-28 05:59:03 +08:00
2023-09-05 14:35:42 +00:00

Changelog

A changelog generator for Gitea

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 generate -m=1.11.0 -c=/path/to/my_config_file

Contributors List

changelog contributors -m=1.11.0 -c=/path/to/my_config_file

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.

Description
Generate changelog for github/gitea repositories
Readme 1.7 MiB
v1.0.0 Latest
2023-04-14 19:18:13 +00:00
Languages
Go 90%
Makefile 10%