convert wetty from submodule to normal directory

This commit is contained in:
douboer@gmail.com
2026-03-03 16:07:18 +08:00
parent 1db76701a6
commit 0d185d2b3c
131 changed files with 15543 additions and 1 deletions

32
wetty/.github/workflows/release.yml vendored Normal file
View File

@@ -0,0 +1,32 @@
---
name: Create Release
on:
push:
tags:
- 'v*.*.*'
jobs:
release:
name: Create Release
runs-on: ubuntu-latest
steps:
- name: Create Release
uses: fregante/release-with-changelog@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}
title: 'Release {tag}'
exclude: true
commit-template: '- {title} ← {hash}'
template: |
### Changelog
{commits}
{range}
docker:
name: Docker Publish Image
uses: ./.github/workflows/docker.workflow.yml
secrets: inherit
with:
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
push: true