Skip to content

Commit

Permalink
Install github_changelog_generator step
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirosson committed Feb 15, 2021
1 parent 4549e5d commit 416f34c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,17 @@ jobs:
- run:
name: Close GitHub Milestone
command: ./gradlew :closeGitHubMilestone << pipeline.parameters.releaseGradleFlags >>
- ruby/install:
version: '2.7'
- run:
name: Install github_changelog_generator
command: gem install github_changelog_generator -v 1.13.2
- run:
name: Create GitHub Release
command: ./gradlew :createGitHubRelease << pipeline.parameters.releaseGradleFlags >>
# - run:
# name: Generate Changelog
# command: ./gradlew :generateChangelog << pipeline.parameters.releaseGradleFlags >>
- run:
name: Copy Signing secret key ring file
command: sudo bash -c "echo '$SIGNING_SECRET_KEY_RING' | base64 -d > '$SIGNING_SECRET_KEY_RING_FILE'"
Expand Down

0 comments on commit 416f34c

Please sign in to comment.