Skip to content

Commit 70095d7

Browse files
authored
fix(ci): Fix issues with 'Release Please' action (#62)
1 parent 69f92f0 commit 70095d7

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/release-pr.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ jobs:
2323
uses: google-github-actions/release-please-action@v3
2424
with:
2525
token: ${{ steps.gentoken.outputs.token }}
26-
26+
release-type: simple
27+
skip-github-release: true

release-please-config.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@
1313
"changelog-sections": [
1414
{"type": "feat", "section": "Features"},
1515
{"type": "fix", "section": "Fixes"},
16-
{"type": "chore", "section": "Housekeeping"}
16+
{"type": "docs", "section": "Documentation"},
17+
{"type": "refactor", "section": "Refactoring"},
18+
{"type": "revert", "section": "Reverts"},
19+
{"type": "chore", "section": "Housekeeping"},
20+
{"type": "style", "hidden": true},
21+
{"type": "test", "hidden": true}
1722
]
1823
}
1924
},

0 commit comments

Comments
 (0)