Skip to content

Commit 63ddbea

Browse files
authored
chore: reduce release-please noise
Signed-off-by: Todd Baert <[email protected]>
1 parent 6454228 commit 63ddbea

File tree

1 file changed

+1
-45
lines changed

1 file changed

+1
-45
lines changed

release-please-config.json

Lines changed: 1 addition & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -113,51 +113,7 @@
113113
{
114114
"type": "feat",
115115
"section": "✨ New Features"
116-
},
117-
{
118-
"type": "chore",
119-
"section": "🧹 Chore"
120-
},
121-
{
122-
"type": "docs",
123-
"section": "📚 Documentation"
124-
},
125-
{
126-
"type": "perf",
127-
"section": "🚀 Performance"
128-
},
129-
{
130-
"type": "build",
131-
"hidden": true,
132-
"section": "🛠️ Build"
133-
},
134-
{
135-
"type": "deps",
136-
"section": "📦 Dependencies"
137-
},
138-
{
139-
"type": "ci",
140-
"hidden": true,
141-
"section": "🚦 CI"
142-
},
143-
{
144-
"type": "refactor",
145-
"section": "🔄 Refactoring"
146-
},
147-
{
148-
"type": "revert",
149-
"section": "🔙 Reverts"
150-
},
151-
{
152-
"type": "style",
153-
"hidden": true,
154-
"section": "🎨 Styling"
155-
},
156-
{
157-
"type": "test",
158-
"hidden": true,
159-
"section": "🧪 Tests"
160116
}
161117
],
162118
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json"
163-
}
119+
}

0 commit comments

Comments
 (0)