mirror of
https://github.com/status-im/react-native-webview.git
synced 2025-02-23 09:18:38 +00:00
Fix cocoapods install error and warning. ``` Fetching podspec for `react-native-webview` from `../node_modules/react-native-webview` [!] The `react-native-webview` pod failed to validate due to 1 error: - WARN | attributes: Missing required attribute `license`. - ERROR | version: The version of the spec should be higher than 0. - WARN | license: Missing license type. - WARN | source: Git sources should specify a tag. ```
15 lines
334 B
Plaintext
15 lines
334 B
Plaintext
{
|
|
"plugins": [
|
|
"@semantic-release/commit-analyzer",
|
|
"@semantic-release/release-notes-generator",
|
|
"@semantic-release/npm",
|
|
[
|
|
"@semantic-release/github",
|
|
{
|
|
"assets": ["package.json"],
|
|
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
|
|
}
|
|
]
|
|
]
|
|
}
|