Skip to content

Commit

Permalink
ci: Fix release please not adding all items to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelOnFira committed Mar 14, 2024
1 parent f60b83e commit 1c4784f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
- uses: google-github-actions/release-please-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: simple
config-file: release-please-config.json
3 changes: 3 additions & 0 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
".": "24.3.0"
}
5 changes: 5 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"packages": {
".": {
"release-type": "simple"
}
},
"changelog-sections": [
{
"type": "feat",
Expand Down

0 comments on commit 1c4784f

Please sign in to comment.