Compare commits

..

14 Commits

Author SHA1 Message Date
733f16c90c lang geändert
All checks were successful
Build Changelog and Release / release (push) Successful in 10s
2025-05-29 10:34:50 +02:00
034b3208c6 icon
All checks were successful
Build Changelog and Release / release (push) Successful in 7s
2025-05-29 10:27:26 +02:00
623ef5dc12 demo
All checks were successful
Build Changelog and Release / release (push) Successful in 7s
2025-05-29 10:22:31 +02:00
4fc79db1c4 .chglog/CHANGELOG.tpl.md aktualisiert 2025-05-29 10:18:36 +02:00
08121dec64 ci(log): Login Funktion hinzugefügt
All checks were successful
Build Changelog and Release / release (push) Successful in 7s
2025-05-29 00:44:09 +02:00
f1e9fa1a0a fix(login): Login Funktion hinzugefügt
All checks were successful
Build Changelog and Release / release (push) Successful in 6s
2025-05-28 21:58:48 +02:00
9df008366e fix(build): Funktion hinzugefügt
All checks were successful
Build Changelog and Release / release (push) Successful in 4s
2025-05-28 21:24:28 +02:00
4333f15808 feat(login): Funktion hinzugefügt
All checks were successful
Build Changelog and Release / release (push) Successful in 5s
2025-05-28 21:13:46 +02:00
a084d9ef5b docs(readme): Text erweitert 2025-05-28 21:12:05 +02:00
5f4e6d89ce fix(t): commit-msg erstellt 2025-05-28 21:08:20 +02:00
2430ead654 feat(api): add user endpoint
All checks were successful
Build Changelog and Release / release (push) Successful in 5s
2025-05-28 20:43:53 +02:00
65ec77be9c fix(ui): button alignment 2025-05-28 20:42:32 +02:00
e3cda73dc6 änderung url in realase.yaml
All checks were successful
Build Changelog and Release / release (push) Successful in 7s
2025-05-28 20:36:01 +02:00
5b8771a87d änderung url in realase.yaml
All checks were successful
Build Changelog and Release / release (push) Successful in 6s
2025-05-28 20:30:53 +02:00
3 changed files with 17 additions and 4 deletions

View File

@ -1,6 +1,8 @@
{{ range .Versions }} {{ range .Versions }}
<a name="{{ .Tag.Name }}"></a> <a name="{{ .Tag.Name }}"></a>
## {{ if .Tag.Previous }}[{{ .Tag.Name }}]({{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}){{ else }}{{ .Tag.Name }}{{ end }} ({{ datetime "2006-01-02" .Tag.Date }}) ## 📰 BlueMastoFeed {{ if .Tag.Previous }}[{{ .Tag.Name }}]({{ $.Info.RepositoryURL }}/compare/{{ .Tag.Previous.Name }}...{{ .Tag.Name }}){{ else }}{{ .Tag.Name }}{{ end }} ({{ datetime "2006-01-02" .Tag.Date }})
### test
{{ range .CommitGroups -}} {{ range .CommitGroups -}}
### {{ .Title }} ### {{ .Title }}

View File

@ -19,20 +19,23 @@ jobs:
sudo mv git-chglog /usr/local/bin/ sudo mv git-chglog /usr/local/bin/
- name: Generate changelog - name: Generate changelog
env:
LANG: en_US.UTF-8
LC_ALL: en_US.UTF-8
run: | run: |
git-chglog $(git describe --tags --abbrev=0) > RELEASE_NOTES.md git-chglog $(git describe --tags --abbrev=0) > RELEASE_NOTES.md
- name: Create Release on Gitea - name: Create Release on Gitea
env: env:
GITEA_TOKEN: ${{ secrets.GIT_TOKEN }} GITEA_TOKEN: ${{ secrets.TOKEN }}
run: | run: |
TAG=$(git describe --tags) TAG=$(git describe --tags)
REPO=${GITEA_REPOSITORY#*/} REPO=${GITEA_REPOSITORY#*/}
OWNER=${GITEA_REPOSITORY%/*} OWNER=${GITEA_REPOSITORY%/*}
BODY=$(cat RELEASE_NOTES.md | jq -Rs .) BODY=$(cat RELEASE_NOTES.md | jq -Rs .)
curl -X POST "https://dev.ksite.de/api/v1/repos/$OWNER/$REPO/releases" \ curl -X POST "https://dev.ksite.de/api/v1/repos/ralf.kirchner/demo/releases" \
-H "Authorization: token $GIT_TOKEN" \ -H "Authorization: token $GITEA_TOKEN" \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \
-d "{ -d "{
\"tag_name\": \"$TAG\", \"tag_name\": \"$TAG\",

8
README.md Normal file
View File

@ -0,0 +1,8 @@
# Demo Project
## Test
Das ist ein Test
Test 01
test 03