Skip to content

Commit 9c725f5

Browse files
Merge pull request #13 from open-runtime/chore/make-chore-visible-in-release-please
chore: make chore commits visible in release-please
2 parents 8b6b48d + 549de7e commit 9c725f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release-please-config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
{ "type": "perf", "section": "⚡ Performance", "hidden": false },
1515
{ "type": "refactor", "section": "♻️ Refactoring", "hidden": false },
1616
{ "type": "docs", "section": "📚 Documentation", "hidden": false },
17-
{ "type": "chore", "section": "🔧 Chores", "hidden": true },
17+
{ "type": "chore", "section": "🔧 Chores", "hidden": false },
1818
{ "type": "test", "section": "✅ Tests", "hidden": true },
1919
{ "type": "ci", "section": "👷 CI/CD", "hidden": true }
2020
],

0 commit comments

Comments
 (0)