Skip to content

Commit

Permalink
use gitchglg
Browse files Browse the repository at this point in the history
  • Loading branch information
cortisiko committed Jul 24, 2024
1 parent 0f1de62 commit 2e3cfac
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,15 +113,13 @@ jobs:
name: user_interface-Windows
path: ./artifacts/windows

- name: Install Ruby
run: sudo apt-get install ruby-full

- name: Install GitHub Changelog Generator
run: sudo gem install github_changelog_generator
- name: Install git-chglog
run: |
curl -sSL https://github.com/git-chglog/git-chglog/releases/download/v0.15.4/git-chglog_0.15.4_linux_amd64.tar.gz | tar -xz
sudo mv git-chglog /usr/local/bin/
- name: Generate CHANGELOG
run: |
github_changelog_generator -u cortisiko -p stockAnalysis --token ${{ secrets.GITHUB_TOKEN }}
run: git-chglog -o CHANGELOG.md

- name: Create GitHub Release
id: create_release
Expand Down

0 comments on commit 2e3cfac

Please sign in to comment.