Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
ci: Use changelog template for generating changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
matchai committed Oct 4, 2019
1 parent af5acc0 commit 03b95b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
# Temporary fix for https://github.com/actions/setup-go/issues/14
export PATH=$PATH:$(go env GOPATH)/bin
go get -u github.com/git-chglog/git-chglog/cmd/git-chglog
git-chglog -c .github/chglog/release.yml $(git describe --tags) > CHANGELOG.md
git-chglog -c .github/chglog/changelog.yml > CHANGELOG.md
- name: Commit new changelog
run: git add CHANGELOG.md && git commit -m "chore:\ Update changelog"

Expand Down

0 comments on commit 03b95b2

Please sign in to comment.