0
0
mirror of https://github.com/thegeeklab/wp-gitea-release.git synced 2024-09-20 21:42:46 +02:00

Add note about Gitea version (#11)

Fixes #8 by clarifying the requirements.
This commit is contained in:
Jonas Franz 2018-07-01 07:42:20 +02:00 committed by Bo-Yi Wu
parent f8a7014264
commit c2bec00afd

View File

@ -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 .
```
```