Skip to content

Commit c2bec00

Browse files
jonasfranzappleboy
authored andcommitted
Add note about Gitea version (#11)
Fixes #8 by clarifying the requirements.
1 parent f8a7014 commit c2bec00

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@
66

77
Drone plugin to publish files and artifacts to Gitea Release.
88

9+
**Note: This plugin requires Gitea 1.5 or newer.**
10+
911
## Build
1012

1113
Build the binary with the following commands:
1214

1315
```
1416
GOOS=linux GOARCH=amd64 CGO_ENABLED=0 go build -a -tags netgo -o release/linux/amd64/drone-gitea-release
1517
docker build --rm -t plugins/gitea-release .
16-
```
18+
```

0 commit comments

Comments
 (0)