Skip to content

Commit

Permalink
ci(release): update changelog sections
Browse files Browse the repository at this point in the history
  • Loading branch information
xseman committed Jan 9, 2024
1 parent e13dd8e commit de665c8
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@
}
},
"changelog-sections": [
{ "type": "build", "section": "Maintenance" },
{ "type": "chore", "section": "Maintenance" },
{ "type": "ci", "section": "Maintenance" },
{ "type": "deps", "section": "Dependency updates" },
{ "type": "docs", "section": "Documentation" },
{ "type": "style", "section": "Styles" },
{ "type": "refactor", "section": "Refactors" },
{ "type": "test", "section": "Tests", "hidden": true }
{ "section": "Features", "type": "feat" },
{ "section": "Dependency updates", "type": "deps" },
{ "section": "Documentation", "type": "docs" },
{ "section": "Maintenance", "type": "build" },
{ "section": "Maintenance", "type": "chore" },
{ "section": "Maintenance", "type": "ci" },
{ "section": "Refactors", "type": "refactor" },
{ "section": "Styles", "type": "style" },
{ "section": "Tests", "type": "test", "hidden": true }
]
}

0 comments on commit de665c8

Please sign in to comment.