Files
hacker-laws/.github/release-please-config.json
2025-03-31 08:10:24 +01:00

19 lines
292 B
JSON

{
"release-type": "simple",
"bump-minor-pre-major": true,
"packages": {
".": {
"release-type": "simple",
"extra-files": [
{
"type": "generic",
"path": "README.md"
}
],
"changelog-path": ".github/CHANGELOG.md"
}
}
}