Skip to content

Commit

Permalink
chore(ci): chore added to the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelromcar-parabol committed Sep 29, 2023
1 parent 5709610 commit 41b2088
Show file tree
Hide file tree
Showing 2 changed files with 18 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 @@ -17,4 +17,4 @@ jobs:
# packages/gql-executor/package.json
# packages/integration-tests/package.json
# packages/server/package.json
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false}]'
# changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"chore","section":"Miscellaneous","hidden":false}]'
17 changes: 17 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,23 @@
"release-type": "node"
}
},
"changelog-sections": [
{
"type":"feat",
"section":"Added",
"hidden":false
},
{
"type":"fix",
"section":"Fixed",
"hidden":false
},
{
"type":"chore",
"section":"Changed",
"hidden":false
}
],
"extra-files": [
{
"type": "json",
Expand Down

0 comments on commit 41b2088

Please sign in to comment.