Woodpecker plugin for creating and tagging Gitea releases
https://woodpecker-ci.org/plugins/Gitea%20Release
This repository has been archived on 2024年06月04日 . You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
- Go 97.1%
- Makefile 2.9%
DEPRECATED, use https://codeberg.org/woodpecker-plugins/release
plugin-gitea-release
Get it on CodebergWoodpecker CI plugin to publish files and artifacts to Gitea release. For the usage information and a listing of the available options please take a look at the docs or woodpecker-ci.org.
This plugin is a fork of drone-gitea-release.
Build
Build the binary with the following command:
make build
Docker
Build the Docker image with the following command:
docker buildx build \
--label org.label-schema.build-date=$(date -u +"%Y-%m-%dT%H:%M:%SZ") \
--label org.label-schema.vcs-ref=$(git rev-parse --short HEAD) \
--platform linux/amd64 \
--file Dockerfile.multiarch --tag woodpeckerci/plugin-gitea-release .
Contributors
Special thanks goes to all contributors. If you would like to contribute, please see the instructions.
License
This project is licensed under the Apache-2.0 License - see the LICENSE file for details.