blog/contrib/pulls
6543 b377b5d8d5 pull expand tool: add tea mode (#153)
as title

Reviewed-on: gitea/blog#153
Reviewed-by: Norwin <noerw@noreply.gitea.io>
Reviewed-by: John Olheiser <john.olheiser@gmail.com>
Co-authored-by: 6543 <6543@obermui.de>
Co-committed-by: 6543 <6543@obermui.de>
2021-03-13 23:10:58 +08:00
..
pulls.go pull expand tool: add tea mode (#153) 2021-03-13 23:10:58 +08:00
README.md pull expand tool: add tea mode (#153) 2021-03-13 23:10:58 +08:00

pulls contrib

This is a Go "script" to convert all PRs like #100 to [#100](https://github.com/go-gitea/gitea/pull/100)

Usage

From the base directory

go run contrib/pulls/pulls.go --release 1.11.4

To convert tea release posts, switch to tea mode via --tea flag.