Skip to content

Commit ff1ea6e

Browse files
committed
update readme
1 parent de6460c commit ff1ea6e

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,20 @@ If you want to send email to notify somebody. Open the script, and changed the v
114114

115115
####Usage:
116116

117-
ipa-publish-fir <project root path> [y <should send notification email>]
117+
ipa-publish [-d directory>] [-e] [-l number] [-m message]
118+
119+
####Options:
120+
121+
-d path the root directory of project
122+
-e send email after publishing
123+
-l number limit of git log, which will be used as change log.
124+
-m message used as chang log
125+
118126

119127
####Examples:
120128

121-
~/xcode-shell/ipa-publish-fir . y #publish and send email
122-
~/xcode-shell/ipa-publish-fir . #just publish
129+
~/xcode-shell/ipa-publish -d . -el20 -m "haha" #Publish and send email. The change log on fir and in email will be "haha"+<last 20 logs of git>
130+
~/xcode-shell/ipa-publish -d . #just publish
123131

124132

125133
##4.add @2x suffix to image files

0 commit comments

Comments
 (0)