There was an error while loading. Please reload this page.
1 parent e562ee2 commit 050cf93Copy full SHA for 050cf93
schemas/config.json
@@ -188,6 +188,25 @@
188
}
189
},
190
"required": ["type", "path"]
191
+ },
192
+ {
193
+ "description": "An extra arbitrary file that includes release-please generic updater's annotation.",
194
+ "type": "object",
195
+ "properties": {
196
+ "type": {
197
+ "description": "The file format type.",
198
+ "enum": ["generic"]
199
200
+ "path": {
201
+ "description": "The path to the file.",
202
+ "type": "string"
203
204
+ "glob": {
205
+ "description": "Whether to treat the path as a glob. Defaults to `false`.",
206
+ "type": "boolean"
207
+ }
208
209
+ "required": ["type", "path"]
210
211
]
212
0 commit comments