Skip to content

Commit e427020

Browse files
committed
CI: Remove automatic changelog generation with chglog
1 parent 2ac5d2a commit e427020

File tree

5 files changed

+0
-107
lines changed

5 files changed

+0
-107
lines changed

.chglog/CHANGELOG.tpl.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

.chglog/RELEASE_NOTES-config.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

.chglog/RELEASE_NOTES.tpl.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

.chglog/config.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,7 @@ jobs:
2121
echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/}
2222
- name: install
2323
run: |
24-
go get github.com/git-chglog/git-chglog/cmd/git-chglog
2524
go get github.com/github-release/github-release
26-
- name: changelog
27-
run: |
28-
# https://github.com/git-chglog/git-chglog#git-chglog
29-
$(go env GOPATH)/bin/git-chglog \
30-
--config .chglog/RELEASE_NOTES-config.yml \
31-
-o $GITHUB_WORKSPACE/CHANGELOG.md \
32-
${{ steps.version.outputs.VERSION }}
3325
- name: release
3426
env:
3527
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)