Skip to content

Commit

Permalink
fix(ci): Fix issues with 'Release Please' action (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxwolf authored Jan 6, 2024
1 parent 69f92f0 commit 70095d7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ jobs:
uses: google-github-actions/release-please-action@v3
with:
token: ${{ steps.gentoken.outputs.token }}

release-type: simple
skip-github-release: true
7 changes: 6 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,12 @@
"changelog-sections": [
{"type": "feat", "section": "Features"},
{"type": "fix", "section": "Fixes"},
{"type": "chore", "section": "Housekeeping"}
{"type": "docs", "section": "Documentation"},
{"type": "refactor", "section": "Refactoring"},
{"type": "revert", "section": "Reverts"},
{"type": "chore", "section": "Housekeeping"},
{"type": "style", "hidden": true},
{"type": "test", "hidden": true}
]
}
},
Expand Down

0 comments on commit 70095d7

Please sign in to comment.