File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ yarn add @getluko/mobile-release-process --dev
35
35
" stagingBranch" : " staging" // optional (default: staging)
36
36
},
37
37
// Use during the script execution to output shortcut link in the terminal
38
- " bitrise " : " https://app.bitrise.io/app/xxxxxxxxxx" , // optional (default: undefined)
39
- " notion " : " https://www.notion.so/xxxx/xxxxx" , // optional (default: undefined)
38
+ " releaseCILink " : " https://app.bitrise.io/app/xxxxxxxxxx" , // optional (default: undefined)
39
+ " releaseTrackingLink " : " https://www.notion.so/xxxx/xxxxx" , // optional (default: undefined)
40
40
" playConsole" : " https://play.google.com/console/xxxxx" , // optional (default: undefined)
41
41
" testflight" : " https://appstoreconnect.apple.com/xxxxx" // optional (default: undefined)
42
42
}
@@ -50,7 +50,7 @@ Release a new version of the app (new alpha), will bump by 10 the version number
50
50
npx mobile-release-process release
51
51
```
52
52
53
- Release a patch for the current app in alpha, will bump by 1 the version number agit addnd buildNumber
53
+ Release a patch for the current app in alpha, will bump by 1 the version number and buildNumber
54
54
55
55
```
56
56
npx mobile-release-process alpha-patch
You can’t perform that action at this time.
0 commit comments