diff --git a/README.md b/README.md index 6105301..54ed4d9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # gitea-release A small command line tool to automate releases for [Gitea](https://gitea.io) -repositories that reads from CHANGELOG and VERSION files. +repositories that reads from CHANGELOG and VERSION files. This is a clone of +[github-release](https://github.com/github-release/github-release), but more +suited for my individual needs. This may also turn into a generic webhook +handler, but one thing at a time. :)