Skip to content

Commit

Permalink
ci: Move Release Please CI config to json
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmechlark committed Sep 8, 2023
1 parent 35f2b10 commit 22e6727
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,7 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: ruby
changelog-types: '[{"type":"feat","section":"Features","hidden":false},
{"type":"fix","section":"Bug Fixes","hidden":false},
{"type":"docs","section":"Documentation","hidden":false},
{"type":"test","section":"Tests","hidden":false},
{"type":"chore","section":"Miscellaneous","hidden":false},
{"type":"ci","section":"Miscellaneous","hidden":false}]'
config-file: .release-config.json

- name: Push to Release Branch
if: ${{ steps.release.outputs.release_created }}
Expand Down

0 comments on commit 22e6727

Please sign in to comment.