Skip to content

Commit

Permalink
fix: change to release-please v3 to enable deps to be considered for …
Browse files Browse the repository at this point in the history
…release (#75)

i tried so many things and i just can't make v4 work with config files.

if we want "deps" commits to count as releases, we must go back to v3.
it's the only way.
  • Loading branch information
aimeerivers authored Jul 12, 2024
1 parent 8d697d0 commit 8417f7a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@ jobs:
steps:
- id: release-please
name: Release Please
uses: googleapis/release-please-action@v4
uses: googleapis/release-please-action@v3
with:
release-type: node
token: ${{ secrets.HEDIA_BOT_GITHUB_PAT }}
target-branch: ${{ github.ref_name }}
default-branch: ${{ github.ref_name }}
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"deps","section":"Dependencies","hidden":false}]'
outputs:
release_created: ${{ steps.release-please.outputs.release_created }}
tag_name: ${{ steps.release-please.outputs.tag_name }}

0 comments on commit 8417f7a

Please sign in to comment.