ljoonal / DronePluginGitea

A drone CI plugin to create a release on gitea and push assets to it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drone gitea release plugin

A very simple plugin to create a release on gitea and publish files to it. Built with the idea that pipelines will have a pre-processing step, so checksum generation, notes generation, and so on, is assumed to just be done via existing files.

Settings

base_url: https://try.gitea.io
api_key:
  from_secret: api_key
name: title.txt
body: notes.txt
draft: false
prerelease: false
assets:
  - release.tar.gz
  - release.tar.gz.sha256
  - release.tar.gz.sha512

Todo

  • Testing

About

A drone CI plugin to create a release on gitea and push assets to it.

License:Other


Languages

Language:Rust 90.2%Language:Dockerfile 9.8%