Skip to content

Commit

Permalink
chore: update release config
Browse files Browse the repository at this point in the history
  • Loading branch information
xseman committed Jul 31, 2024
1 parent 51a3741 commit 3d162d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
{ "type": "perf", "section": "Performance Improvements" },
{ "type": "deps", "section": "Dependency updates" },
{ "type": "docs", "section": "Documentation" },
{ "type": "ci", "section": "Maintenance" },
{ "type": "build", "section": "Maintenance" },
{ "type": "chore", "section": "Maintenance" },
{ "type": "ci", "section": "Maintenance" },
{ "type": "refactor", "section": "Refactors" },
{ "type": "style", "section": "Code Style" },
{ "type": "test", "section": "Tests" },
{ "type": "examples", "section": "Examples" }
{ "type": "style", "section": "Code Style", "hidden": true },
{ "type": "examples", "section": "Examples", "hidden": true }
]
}

0 comments on commit 3d162d3

Please sign in to comment.