Drone plugin for creating and tagging Gitea releases
Go to file
Jonas Franz 5dc2f523f3
Refactore drone-plugins to JonasFranzDEV
Signed-off-by: Jonas Franz <info@jonasfranz.software>
2018-03-02 23:21:25 +01:00
vendor Refactore drone-plugins to JonasFranzDEV 2018-03-02 23:21:25 +01:00
.dockerignore Restructuring of build process 2017-09-02 15:40:25 +02:00
.drone.yml Refactore drone-plugins to JonasFranzDEV 2018-03-02 23:21:25 +01:00
.gitignore Restructuring of build process 2017-09-02 15:40:25 +02:00
Dockerfile Refactore drone-plugins to JonasFranzDEV 2018-03-02 23:21:25 +01:00
Dockerfile.arm Refactore drone-plugins to JonasFranzDEV 2018-03-02 23:21:25 +01:00
Dockerfile.arm64 Refactore drone-plugins to JonasFranzDEV 2018-03-02 23:21:25 +01:00
Dockerfile.windows Refactore drone-plugins to JonasFranzDEV 2018-03-02 23:21:25 +01:00
LICENSE Implemented initial version based on google/go-github 2015-11-23 22:35:33 +01:00
README.md Refactore drone-plugins to JonasFranzDEV 2018-03-02 23:21:25 +01:00
main.go Restructuring of build process 2017-09-02 15:40:25 +02:00
plugin.go Fix extraction of tag name from commit ref to handle `/` 2017-05-22 10:13:16 -06:00
release.go Implement prerelease option 2017-03-23 17:14:04 -06:00
utils.go Migrated to 0.5 structure and updated documentation 2016-08-26 10:38:22 +02:00

README.md

drone-gitea-release

This project is "work in progress" and not ready for production use.

Drone plugin to publish files and artifacts to Gitea Release.

Build

Build the binary with the following commands:

go build