diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c24cce4..05c62dc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 }} diff --git a/.release-config.json b/.release-config.json deleted file mode 100644 index 052bdc2..0000000 --- a/.release-config.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "bootstrap-sha": "e37cf205a2dce2de7254a61bc00cda96a5255be7", - "changelog-sections": [ - { - "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 - } - ], - "version-file": "lib/devise/auth0/version.rb" -} \ No newline at end of file