Skip to content

Commit

Permalink
ci: Move Release Please config to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmechlark committed Sep 8, 2023
1 parent eebdd7d commit ee29516
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 37 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: ruby
config-file: .release-config.json
version-file: lib/devise/auth0/version.rb
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"perf","section":"Performance Improvements","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}]'

- name: Push to Release Branch
if: ${{ steps.release.outputs.release_created }}
Expand Down
36 changes: 0 additions & 36 deletions .release-config.json

This file was deleted.

0 comments on commit ee29516

Please sign in to comment.