2018-03-02 22:21:25 +00:00
|
|
|
# drone-gitea-release
|
2018-03-02 22:52:28 +00:00
|
|
|
|
|
|
|
[![Build Status](https://docker.jonasfranz.software/api/badges/JonasFranzDEV/drone-gitea-release/status.svg)](https://docker.jonasfranz.software/JonasFranzDEV/drone-gitea-release)
|
|
|
|
[![Go Doc](https://godoc.org/github.com/JonasFranzDEV/drone-gitea-release?status.svg)](http://godoc.org/github.com/JonasFranzDEV/drone-gitea-release)
|
|
|
|
[![Go Report](https://goreportcard.com/badge/github.com/JonasFranzDEV/drone-gitea-release)](https://goreportcard.com/report/github.com/JonasFranzDEV/drone-gitea-release)
|
|
|
|
|
2018-03-02 22:21:25 +00:00
|
|
|
This project is "work in progress" and **not** ready for production use.
|
2015-11-23 00:07:57 +00:00
|
|
|
|
2018-03-02 22:21:25 +00:00
|
|
|
Drone plugin to publish files and artifacts to Gitea Release.
|
2015-11-23 00:07:57 +00:00
|
|
|
|
2016-08-26 08:38:22 +00:00
|
|
|
## Build
|
2015-11-23 00:07:57 +00:00
|
|
|
|
2016-08-26 08:38:22 +00:00
|
|
|
Build the binary with the following commands:
|
2016-01-18 21:32:19 +00:00
|
|
|
|
|
|
|
```
|
2016-08-26 08:38:22 +00:00
|
|
|
go build
|
2018-03-02 22:21:25 +00:00
|
|
|
```
|