Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

如何在 publish 时提交注释? #29

Closed
gykpro opened this issue Oct 30, 2015 · 1 comment
Closed

如何在 publish 时提交注释? #29

gykpro opened this issue Oct 30, 2015 · 1 comment

Comments

@gykpro
Copy link

gykpro commented Oct 30, 2015

现在使用 Jenkins 来打包时可以拿到和上一版提交之间的 changelog,但是好像没有参数可以把这个和 app 一起提交上来,如果要写的话还得去网页上写一遍,有没有在发布时提交注释的功能呢?

@xuanyu-h
Copy link
Contributor

xuanyu-h commented Nov 1, 2015

可以使用 -c 参数

~  ᐅ fir p -h
Usage:
  fir publish APP_FILE_PATH

Options:
  -s, [--short=SHORT]              # Set custom short link
  -c, [--changelog=CHANGELOG]      # Set changelog
  -Q, [--qrcode], [--no-qrcode]    # Generate qrcode
  -m, [--mappingfile=MAPPINGFILE]  # App mapping file
  -P, [--proj=PROJ]                # Project id in BugHD.com if upload app mapping file
  -T, [--token=TOKEN]              # User's API Token at fir.im
  -L, [--logfile=LOGFILE]          # Path to writable logfile
  -V, [--verbose], [--no-verbose]  # Show verbose
                                   # Default: true
  -q, [--quiet], [--no-quiet]      # Silence commands
  -h, [--help], [--no-help]        # Show this help message and quit

Description:
  `publish` command will publish your app file to fir.im, also the command support to publish app's short & changelog.

  Example:

  $ fir p <app file path> [-c <changelog> -s <custom short link> -Q -T <your api token>]

  $ fir p <app file path> [-c <changelog> -s <custom short link> -m <mapping file path> -P <bughd project id> -Q -T
  <your api token>]

@xuanyu-h xuanyu-h closed this as completed Nov 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants