File tree 3 files changed +13
-1
lines changed
3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 2
2
"plugins": [
3
3
"@semantic-release/commit-analyzer",
4
4
"@semantic-release/release-notes-generator",
5
+ "@semantic-release/changelog",
5
6
"@semantic-release/npm",
6
7
"@semantic-release/github",
7
8
[
8
9
"@semantic-release/git",
9
10
{
10
- "assets": " package.json",
11
+ "assets": ["CHANGELOG.md", " package.json"] ,
11
12
"message": "chore(release): ${nextRelease.version} [skip ci] \n\n${nextRelease.notes}"
12
13
}
13
14
]
Original file line number Diff line number Diff line change 59
59
"@babel/core" : " ^7.4.3" ,
60
60
"@react-native-community/bob" : " ^0.3.3" ,
61
61
"@react-native-community/eslint-config" : " ^0.0.5" ,
62
+ "@semantic-release/changelog" : " ^3.0.2" ,
62
63
"@semantic-release/git" : " 7.0.8" ,
63
64
"babel-core" : " ^7.0.0-bridge.0" ,
64
65
"babel-jest" : " ^24.7.0" ,
Original file line number Diff line number Diff line change 1023
1023
eslint-plugin-react-native "3.6.0"
1024
1024
prettier "1.16.4"
1025
1025
1026
+ " @semantic-release/changelog@^3.0.2 " :
1027
+ version "3.0.2"
1028
+ resolved "https://registry.yarnpkg.com/@semantic-release/changelog/-/changelog-3.0.2.tgz#b09a8e0d072ef54d2bc7a5c82f6112dc3c8ae85d"
1029
+ integrity sha512-pDUaBNAuPAqQ+ArHwvR160RG2LbfyIVz9EJXgxH0V547rlx/hCs0Sp7L4Rtzi5Z+d6CHcv9g2ynxplE1xAzp2g==
1030
+ dependencies :
1031
+ " @semantic-release/error" " ^2.1.0"
1032
+ aggregate-error "^2.0.0"
1033
+ fs-extra "^7.0.0"
1034
+ lodash "^4.17.4"
1035
+
1026
1036
" @semantic-release/commit-analyzer@^6.1.0 " :
1027
1037
version "6.1.0"
1028
1038
resolved "https://registry.yarnpkg.com/@semantic-release/commit-analyzer/-/commit-analyzer-6.1.0.tgz#32bbe3c23da86e23edf072fbb276fa2f383fcb17"
You can’t perform that action at this time.
0 commit comments