diff --git a/README.md b/README.md index b624274..4b57035 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Drone plugin to publish files and artifacts to Gitea Release. +**Note: This plugin requires Gitea 1.5 or newer.** + ## Build Build the binary with the following commands: @@ -13,4 +15,4 @@ Build the binary with the following commands: ``` GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -a -tags netgo -o release/linux/amd64/drone-gitea-release docker build --rm -t plugins/gitea-release . -``` \ No newline at end of file +```