Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.
/ DronePluginGitea Public archive

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

License

Unknown and 3 other licenses found

Licenses found

Unknown
LICENSE
Apache-2.0
LICENSE-APACHE
ISC
LICENSE-ISC
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

ljoonal/DronePluginGitea

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