woodpecker-plugins/gitea-release
Archived
7
4
Fork
You've already forked gitea-release
3
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%
qwerty287 7fec5aec1f
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
Add deprecation note ( #31 )
Reviewed-on: #31
Reviewed-by: Patrick Schratz <pat-s@noreply.codeberg.org>
Co-authored-by: qwerty287 <qwerty287@noreply.codeberg.org>
Co-committed-by: qwerty287 <qwerty287@noreply.codeberg.org>
2024年06月04日 07:49:26 +00:00
cmd/gitea-release Add deprecation note ( #31 ) 2024年06月04日 07:49:26 +00:00
.gitignore feat: update to woodpecker plugin lib 2023年01月09日 23:34:07 -06:00
.woodpecker.yaml chore(deps): update woodpeckerci/plugin-docker-buildx docker tag to v4 ( #30 ) 2024年05月11日 05:36:45 +00:00
Dockerfile.multiarch chore(deps): update golang docker tag to v1.22 2024年02月08日 10:35:43 +00:00
docs.md Fix author key ( #28 ) 2024年01月14日 17:25:34 +00:00
go.mod fix(deps): update module github.com/rs/zerolog to v1.33.0 2024年05月25日 00:09:38 +00:00
go.sum fix(deps): update module github.com/rs/zerolog to v1.33.0 2024年05月25日 00:09:38 +00:00
impl.go Add option for target field ( #9 ) 2023年04月16日 15:33:19 +00:00
LICENSE Implemented initial version based on google/go-github 2015年11月23日 22:35:33 +01:00
Makefile feat: update to woodpecker plugin lib 2023年01月09日 23:34:07 -06:00
plugin.go Add option for target field ( #9 ) 2023年04月16日 15:33:19 +00:00
README.md Add deprecation note ( #31 ) 2024年06月04日 07:49:26 +00:00
release.go Add option for target field ( #9 ) 2023年04月16日 15:33:19 +00:00
renovate.json Configure Renovate ( #14 ) 2023年10月16日 16:51:14 +00:00
utils.go chore: license header 2023年01月09日 23:36:54 -06:00

DEPRECATED, use https://codeberg.org/woodpecker-plugins/release

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.