test release #5

Merged
haylan merged 61 commits from main into release 2026-03-18 00:06:21 +01:00
Showing only changes of commit de51310f94 - Show all commits

View File

@@ -19,16 +19,11 @@ jobs:
- name: Extract version from CHANGELOG
id: changelog
uses: release-drafter/release-drafter@v5
with:
changelog-file: CHANGELOG.md
template: |
name: ${{ version }}
body: |
${{ description }}
token: ${{ secrets.GITEA_TOKEN }}
env:
GHE_HOST: ${{ SERVER_URL }}
run: |
# Extract first non-empty line that starts with a version (e.g., v1.2.3 or 1.2.3)
LATEST=$(grep -E '^[v]?[0-9]+\.[0-9]+\.[0-9]+' CHANGELOG.md | head -n1)
echo "Latest version found: $LATEST"
echo "version=$LATEST" >> $GITHUB_OUTPUT
# Create Release also creates an Tag
# - name: Create git tag