Skip to content

Commit

Permalink
chore: add missing generic updaters in to release please config schem…
Browse files Browse the repository at this point in the history
…a extraFiles
  • Loading branch information
goatwu1993 committed Aug 1, 2024
1 parent ace2bd5 commit 68673fb
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions schemas/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,25 @@
}
},
"required": ["type", "path"]
},
{
"description": "An extra arbitrary file that includes release-please generic updater's annotation.",
"type": "object",
"properties": {
"type": {
"description": "The file format type.",
"enum": ["generic"]
},
"path": {
"description": "The path to the file.",
"type": "string"
},
"glob": {
"description": "Whether to treat the path as a glob. Defaults to `false`.",
"type": "boolean"
}
},
"required": ["type", "path"]
}
]
}
Expand Down

0 comments on commit 68673fb

Please sign in to comment.