mirror of
https://gh.wpcy.net/https://github.com/WPTechnix/wp-settings-framework.git
synced 2026-04-28 14:12:53 +08:00
* 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
20 lines
400 B
JSON
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"
|
|
}
|
|
}
|
|
}
|