initial proton code

This commit is contained in:
2025-06-22 22:40:46 -07:00
parent 7b7e71fdff
commit 09c70b0de4
3 changed files with 32 additions and 0 deletions

13
.woodpecker/release.yaml Normal file
View File

@@ -0,0 +1,13 @@
when:
- event: tag
ref: refs/tags/v*
steps:
- name: Parse git metadata
image: build-runner
commands:
- git tag -n $CI_COMMIT_TAG --format "%(contents)" > ./.tag_message.txt
- name: Release
image: woodpeckerci/plugin-release
settings:
api_key:
from_secret: WOODPECKER_CI_TOKEN