4 Commits

Author SHA1 Message Date
43114e35b0 .gitea/release-drafter.yml hinzugefügt
All checks were successful
CI / release (push) Successful in 11s
2024-01-13 19:48:10 +01:00
9f681424cf .gitea/workflows/release-drafter.yml aktualisiert
All checks were successful
CI / release (push) Successful in 43s
2024-01-13 19:45:28 +01:00
58a3f1d5bf .gitea/workflows/release-drafter.yml aktualisiert
All checks were successful
CI / release (push) Has been skipped
2024-01-13 19:45:04 +01:00
6d48d09fca .gitea/workflows/release-drafter.yml aktualisiert
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
2024-01-13 19:44:13 +01:00
2 changed files with 22 additions and 12 deletions

View File

@ -0,0 +1,13 @@
name-template: 'v$RESOLVED_VERSION 🌈'
tag-template: 'v$RESOLVED_VERSION'
version-resolver:
major:
labels:
- 'major'
minor:
labels:
- 'minor'
patch:
labels:
- 'patch'
default: patch

View File

@ -1,21 +1,18 @@
name: 'CI' name: 'CI'
on: on:
push: push:
tags:
- '*'
jobs: jobs:
release: release:
if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Build Changelog - name: Setup Go
id: github_release uses: actions/setup-go@v3
uses: mikepenz/release-changelog-builder-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Create Release
uses: mikepenz/action-gh-release@v0.2.0-a03 #softprops/action-gh-release
with: with:
body: ${{steps.github_release.outputs.changelog}} go-version: '1.20'
- name: Use Go Action
id: use-go-action
uses: https://git.beisel.it/florian/gitea-release-drafter@v1
with:
username: foo