Files
emacs-liquid-glass-icons/.github/release-please-config.json

17 lines
462 B
JSON

{
"$schema": "https://raw.githubusercontent.com/googleapis/release-please/main/schemas/config.json",
"initial-version": "1.0.0",
"bootstrap-sha": "d25ee25c5ca3a81cd340ae0f2a78558326b3869d",
"always-update": true,
"packages": {
".": {
"release-type": "simple",
"changelog-path": "CHANGELOG.md",
"bump-minor-pre-major": true,
"bump-patch-for-minor-pre-major": true,
"draft": false,
"prerelease": false
}
}
}