File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 ],
2828 "gradle-semantic-release-plugin",
2929 [
30- "@semantic-release/git ",
30+ "@semantic-release/github ",
3131 {
3232 "assets": [
33- "CHANGELOG.md",
34- "app- release.json",
35- "gradle.properties"
33+ {
34+ "path": "build/outputs/apk/ release/morphe-manager*.apk?(.asc)"
35+ }
3636 ],
37- "message ": "chore: Release v${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
37+ "successComment ": false
3838 }
3939 ],
4040 [
41- "@semantic-release/github ",
41+ "@semantic-release/git ",
4242 {
4343 "assets": [
44- {
45- "path": "build/outputs/apk/release/morphe-manager*.apk?(.asc)"
46- }
44+ "CHANGELOG.md",
45+ "app-release.json",
46+ "gradle.properties"
4747 ],
48- "successComment ": false
48+ "message ": "chore: Release v${nextRelease.version} [skip ci]\n\n${nextRelease.notes}"
4949 }
5050 ],
5151 [
You can’t perform that action at this time.
0 commit comments