Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ab724c7a4f | |||
| baf1dc59e3 | |||
| 0125f02699 |
@@ -1,6 +1,6 @@
|
|||||||
{{ range .Versions }}
|
{{ range .Versions }}
|
||||||
<a name="{{ .Tag.Name }}"></a>
|
<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
|
### test
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
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/
|
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
|
- 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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user