mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 05:37:21 +00:00
build(spf): add spf to release please config (#796)
This commit is contained in:
@@ -12,7 +12,16 @@
|
||||
{
|
||||
"type": "linked-versions",
|
||||
"groupName": "videojs",
|
||||
"components": ["@videojs/core", "@videojs/element", "@videojs/html", "@videojs/icons", "@videojs/react", "@videojs/store", "@videojs/utils"]
|
||||
"components": [
|
||||
"@videojs/core",
|
||||
"@videojs/element",
|
||||
"@videojs/html",
|
||||
"@videojs/icons",
|
||||
"@videojs/react",
|
||||
"@videojs/spf",
|
||||
"@videojs/store",
|
||||
"@videojs/utils"
|
||||
]
|
||||
}
|
||||
],
|
||||
"packages": {
|
||||
@@ -41,6 +50,11 @@
|
||||
"prerelease": true,
|
||||
"versioning": "prerelease"
|
||||
},
|
||||
"packages/spf": {
|
||||
"component": "@videojs/spf",
|
||||
"prerelease": true,
|
||||
"versioning": "prerelease"
|
||||
},
|
||||
"packages/store": {
|
||||
"component": "@videojs/store",
|
||||
"prerelease": true,
|
||||
|
||||
Reference in New Issue
Block a user