Home / Companies / Bitrise / Blog / July 2017

July 2017 Summaries

2 posts from Bitrise

Filter
Month: Year:
Post Summaries Back to Blog
Danger is a tool that automates common code review chores during the CI process, allowing teams to codify their norms and leave humans to think about harder problems. To set up Danger, Bundler needs to be installed and added to the Gemfile, then the Danger gem needs to be installed and initialized. The Gemfile and Gemfile.lock need to be committed to the repository, and a new Bot user and Personal Access Token are created on GitHub for projects that require them. Danger can be set up on Bitrise by adding the token as an environment variable and running a script step after tests. Examples of using Danger include marking Work In Progress pull requests, checking for release notes changes, listing build artifacts, and more.
Jul 28, 2017 916 words in the original blog post.
Automating React Native apps on Bitrise involves logging in to the platform, adding a new app and connecting a repository. A branch is selected for scanning, which aids automation, while project build configuration is reviewed and confirmed. Webhook setup enables automatic builds upon code pushes to the repository. After the first successful green build, users can proceed with deployment and access additional information through the DevCenter.
Jul 25, 2017 165 words in the original blog post.