mirror of
https://github.com/status-im/react-native-cameraroll.git
synced 2025-01-11 18:34:10 +00:00
2b6afeac3d
fix(ci): initial release using semantic-release
16 lines
362 B
Plaintext
16 lines
362 B
Plaintext
{
|
|
"plugins": [
|
|
"@semantic-release/commit-analyzer",
|
|
"@semantic-release/release-notes-generator",
|
|
"@semantic-release/npm",
|
|
"@semantic-release/github",
|
|
[
|
|
"@semantic-release/git",
|
|
{
|
|
"assets": "package.json",
|
|
"message": "chore(release): ${nextRelease.version} [skip ci] \n\n${nextRelease.notes}"
|
|
}
|
|
]
|
|
]
|
|
}
|