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

test markdown #1

Open
Kinghack opened this issue Jan 21, 2016 · 0 comments
Open

test markdown #1

Kinghack opened this issue Jan 21, 2016 · 0 comments

Comments

@Kinghack
Copy link
Owner

lane :beta do
    gym(scheme: "HaveAdHoc", clean: true, use_legacy_build_api: true, export_method: "ad-hoc", output_directory: "~/Desktop/", output_name: "HaveAdHoc", silent: true)
        # Build your app - more options available
    commitmsg = changelog_from_git_commits(
        pretty: '- (%ae) %s', # Optional, lets you provide a custom format to apply to each commit when generating the changelog text
        include_merges: false # Optional, lets you filter out merge commits
    )
    slack(
      message: commitmsg,
      channel: "#newversion",  # Optional, by default will post to the default channel configured for the POST URL.
      success: true,        # Optional, defaults to true.
      payload: {            # Optional, lets you specify any number of your own Slack attachments.
        'Build Date' => Time.new.to_s,
        'Built by' => 'qiuqiu',
      },
    )
    add_git_tag(
        tag: Time.new.strftime("%Y%jT%H%MZ"),
    )
    sh “your upload script"
    slack(
      message: “down load from here http://xxxxx",
      channel: "#newversion",  # Optional, by default will post to the default channel configured for the POST URL.
    )
end
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

1 participant