Compare commits

...

3 Commits

Author SHA1 Message Date
ab724c7a4f UTF icons entfernt
All checks were successful
Build Changelog and Release / release (push) Successful in 7s
2025-05-29 10:52:05 +02:00
baf1dc59e3 utf packet entfernt 2025-05-29 10:51:34 +02:00
0125f02699 utf packet hinzugefügt
All checks were successful
Build Changelog and Release / release (push) Successful in 3m0s
2025-05-29 10:45:38 +02:00
2 changed files with 1 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
{{ range .Versions }}
<a name="{{ .Tag.Name }}"></a>
## 📰 BlueMastoFeed {{ 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

View File

@@ -18,16 +18,7 @@ jobs:
curl -sSL https://github.com/git-chglog/git-chglog/releases/download/v0.15.1/git-chglog_0.15.1_linux_amd64.tar.gz | tar -xz
sudo mv git-chglog /usr/local/bin/
- name: Setup Locale
run: |
sudo locale-gen en_US.UTF-8 || true
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
- name: Generate changelog
env:
LANG: en_US.UTF-8
LC_ALL: en_US.UTF-8
run: |
git-chglog $(git describe --tags --abbrev=0) > RELEASE_NOTES.md