wp-settings-framework/.release-it.json
Owais ahmed a91bb638d4
feat: add Usage example for settings page fields (#2)
* feat: added AssetManager managing scripts and styles of fields

* chore: updated README.md and ci/release.yml workflow

* chore: added examples/README.md describing usage example

* chore: added examples/settings-without-tabs.php

* chore: added examples/settings-with-tabs.php

* chore: updated CHANGELOG.md

* chore: updated ci.yml
2025-08-12 01:20:04 +05:00

20 lines
400 B
JSON

{
"$schema": "https://unpkg.com/release-it@19/schema/release-it.json",
"git": {
"commitMessage": "chore: release v${version}",
"tagName": "v${version}"
},
"github": {
"release": true,
"releaseName": "Release v${version}"
},
"npm": {
"publish": false
},
"plugins": {
"@release-it/bumper": {
"in": "composer.json",
"out": "composer.json"
}
}
}