Skip to content

Commit 8e9e8b8

Browse files
committed
documentation
1 parent 9d5b2ab commit 8e9e8b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ yarn add @getluko/mobile-release-process --dev
3535
"stagingBranch": "staging" // optional (default: staging)
3636
},
3737
// 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)
4040
"playConsole": "https://play.google.com/console/xxxxx", // optional (default: undefined)
4141
"testflight": "https://appstoreconnect.apple.com/xxxxx" // optional (default: undefined)
4242
}
@@ -50,7 +50,7 @@ Release a new version of the app (new alpha), will bump by 10 the version number
5050
npx mobile-release-process release
5151
```
5252

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
5454

5555
```
5656
npx mobile-release-process alpha-patch

0 commit comments

Comments
 (0)