Skip to content

Commit 50eb009

Browse files
authored
ci: limit release-please releasable sections (#881)
1 parent f3aeb78 commit 50eb009

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

release-please-config.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@
1717
{"type": "fix", "section": "Bug Fixes"},
1818
{"type": "perf", "section": "Performance Improvements"},
1919
{"type": "revert", "section": "Reverts"},
20-
{"type": "docs", "section": "Documentation"},
21-
{"type": "style", "section": "Styles"},
22-
{"type": "chore", "section": "Miscellaneous Chores"},
23-
{"type": "refactor", "section": "Code Refactoring"},
24-
{"type": "test", "section": "Tests"},
25-
{"type": "build", "section": "Build System"},
26-
{"type": "ci", "section": "Continuous Integration"}
20+
{"type": "deps", "section": "Dependencies"}
2721
]
2822
}

0 commit comments

Comments
 (0)