Skip to content

Commit

Permalink
gha
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaffen committed Feb 6, 2024
1 parent 6a5a507 commit e18a217
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:

- name: Make release
run: |
bundle config set --local with 'release'
bundle install
mkdir -p build
github_changelog_generator --since-tag ${{ steps.previoustag.outputs.tag }} --output build/changelog.md
Expand Down
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

source 'https://rubygems.org'

gem 'github-changelog-generator', require: false
group :release do
gem 'github_changelog_generator', '>= 1.16.1', require: false
end

0 comments on commit e18a217

Please sign in to comment.