Skip to content

Commit

Permalink
chore: downgrade release please (#2070)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaboiishere authored Jan 17, 2025
1 parent 35af3fa commit 2903e0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
- uses: googleapis/release-please-action@v3
with:
token: ${{secrets.BOT_GITHUB_TOKEN}}
release-type: elixir
pull-request-title-pattern: "chore: release${component} ${version}"
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"ci","section":"CI / CD","hidden":false},{"type":"test","section":"Testing","hidden":false},{"type":"refactor","section":"Refactorings","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false}]'

0 comments on commit 2903e0a

Please sign in to comment.