A release automation tool for gitea repos.
Go to file
Cadey Ratio c1fd1650c7 implement upload 2020-05-30 15:15:18 -04:00
nix initial commit 2020-05-30 10:57:18 -04:00
src implement upload 2020-05-30 15:15:18 -04:00
.envrc initial commit 2020-05-30 10:57:18 -04:00
.gitignore initial commit 2020-05-30 10:57:18 -04:00
Cargo.lock implement download 2020-05-30 14:27:49 -04:00
Cargo.toml implement download 2020-05-30 14:27:49 -04:00
LICENSE initial commit 2020-05-30 10:57:18 -04:00
README.md update README 2020-05-30 12:29:47 -04:00
TODO.org implement edit 2020-05-30 14:50:21 -04:00
shell.nix initial commit 2020-05-30 10:57:18 -04:00

README.md

gitea-release

A small command line tool to automate releases for Gitea repositories that reads from CHANGELOG and VERSION files. This is a clone of github-release, but more suited for my individual needs. This may also turn into a generic webhook handler, but one thing at a time. :)