Skip to content

Commit

Permalink
ci(release-please): activate release-please for 'deps' commits
Browse files Browse the repository at this point in the history
  • Loading branch information
flovogt committed Aug 1, 2023
1 parent bd5a78a commit 5902cd8
Showing 1 changed file with 59 additions and 6 deletions.
65 changes: 59 additions & 6 deletions release-please-config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,61 @@
{
"packages": {
"packages/middleware-code-coverage": {}
},
"pull-request-header": ":tractor: New release prepared",
"pull-request-title-pattern": "release:${component} v${version}",
"separate-pull-requests": true
"packages": {
"packages/middleware-code-coverage": {}
},
"pull-request-header": ":tractor: New release prepared",
"pull-request-title-pattern": "release:${component} v${version}",
"separate-pull-requests": true,
"changelog-sections": [
{
"type": "feat",
"section": "Features"
},
{
"type": "fix",
"section": "Bug Fixes"
},
{
"type": "perf",
"section": "Performance Improvements"
},
{
"type": "deps",
"section": "Dependencies"
},
{
"type": "docs",
"section": "Documentation",
"hidden": true
},
{
"type": "style",
"section": "Styles",
"hidden": true
},
{
"type": "refactor",
"section": "Code Refactoring",
"hidden": true
},
{
"type": "test",
"section": "Tests",
"hidden": true
},
{
"type": "build",
"section": "Automation",
"hidden": true
},
{
"type": "ci",
"section": "Continuous Integration",
"hidden": true
},
{
"type": "release",
"section": "Release",
"hidden": true
}
]
}

0 comments on commit 5902cd8

Please sign in to comment.