From c2bec00afdb02098183590fed26328810f1d492b Mon Sep 17 00:00:00 2001 From: Jonas Franz Date: Sun, 1 Jul 2018 07:42:20 +0200 Subject: [PATCH] Add note about Gitea version (#11) Fixes #8 by clarifying the requirements. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 +```