Skip to content

Commit

Permalink
ci: add release-please-config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed May 24, 2024
1 parent cea19ee commit 5bbe2ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
with:
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
release-type: simple
signoff: "Marc Jakobi<[email protected]>"
changelog-types: '[{"type":"feat","section":"Features","hidden":false},{"type":"fix","section":"Bug Fixes","hidden":false},{"type":"deps","section":"Dependencies","hidden":false}]'
- uses: actions/checkout@v4
- name: auto-merge
uses: reitermarkus/automerge@v2
Expand Down
7 changes: 7 additions & 0 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"changelog-sections": [
{"type":"feat","section":"Features","hidden":false},
{"type":"fix","section":"Bug Fixes","hidden":false},
{"type":"deps","section":"Dependencies","hidden":false}
]
}

0 comments on commit 5bbe2ae

Please sign in to comment.