docs: add release please glob file

This commit is contained in:
Alexis Couvreur
2025-11-11 23:58:09 -05:00
parent 8bc21fbaa9
commit 64550ff25b
2 changed files with 9 additions and 1 deletions

View File

@@ -39,7 +39,15 @@
}
],
"extra-files": [
"README.md"
{
"type": "generic",
"path": "README.md"
},
{
"type": "generic",
"glob": true,
"path": "docs/**/*.md"
}
]
}
}