You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Lauris BH fabe941f70
ci/woodpecker/push/woodpecker Pipeline was successful Details
ci/woodpecker/tag/woodpecker Pipeline was successful Details
Update tags in docs metadata (#7)
2 months ago
cmd/gitea-release chore: license header 2 months ago
.gitignore feat: update to woodpecker plugin lib 2 months ago
.woodpecker.yaml codeberg plugin images dont need prefix (#1) 2 months ago
Dockerfile.multiarch Add CA store to docker image (#6) 2 months ago
LICENSE Implemented initial version based on google/go-github 7 years ago
Makefile feat: update to woodpecker plugin lib 2 months ago
README.md feat: initial move to woodpecker 2 months ago
docs.md Update tags in docs metadata (#7) 2 months ago
go.mod feat: update to woodpecker plugin lib 2 months ago
go.sum feat: update to woodpecker plugin lib 2 months ago
impl.go fix: use plugin HTTPClient (#3) 2 months ago
plugin.go fix: use plugin HTTPClient (#3) 2 months ago
release.go chore: license header 2 months ago
utils.go chore: license header 2 months ago

README.md

plugin-gitea-release

Get it on Codeberg

Woodpecker 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.