8 Commits

Author SHA1 Message Date
120c658adf Betterer Change to YML
All checks were successful
CI / release (push) Successful in 12s
2024-01-13 20:01:13 +01:00
712cfd96bf .gitea/release-drafter.yml aktualisiert
All checks were successful
CI / release (push) Successful in 12s
2024-01-13 19:59:39 +01:00
2121a15b99 Merge pull request 'test.yml aktualisiert' (#1) from florian-patch-1 into main
All checks were successful
CI / release (push) Successful in 12s
Reviewed-on: #1
2024-01-13 19:49:58 +01:00
a4da79aa1e test.yml aktualisiert
All checks were successful
CI / release (push) Successful in 11s
2024-01-13 19:49:06 +01:00
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
3 changed files with 26 additions and 13 deletions

View File

@ -0,0 +1,14 @@
name-template: 'v$RESOLVED_VERSION 🌈'
tag-template: 'v$RESOLVED_VERSION'
version-resolver:
major:
labels:
- 'ReleaseTarget/Major'
- 'Kind/Breaking'
minor:
labels:
- 'ReleaseTarget/Minor'
patch:
labels:
- 'ReleaseTarget/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

View File

@ -1 +1,3 @@
test test
asdasedasdasd