Skip to content

Commit

Permalink
fix(release): Update the release process
Browse files Browse the repository at this point in the history
  • Loading branch information
tembleking committed Jan 18, 2021
1 parent e80651b commit 52962a0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
VERSION: "0.10.0"
run: |
wget https://github.com/git-chglog/git-chglog/releases/download/v${VERSION}/git-chglog_${VERSION}_linux_amd64.tar.gz
tar xgvf git-chglog_${VERSION}_linux_amd64.tar.gz
mv git-chglog /usr/local/bin/
gunzip git-chglog_${VERSION}_linux_amd64.tar.gz
tar -xvf git-chglog_${VERSION}_linux_amd64.tar
sudo mv git-chglog /usr/local/bin/
- name: Generate changelog
run: git-chglog -c .github/git-chglog/config.yml -o RELEASE_CHANGELOG.md $(git describe --tags $(git rev-list --tags --max-count=1))
Expand Down

0 comments on commit 52962a0

Please sign in to comment.