Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 970 Bytes

File metadata and controls

10 lines (8 loc) · 970 Bytes

New Pull Request Checklist

Please mark the points which you did / accept.

  • The tool I added is stable, and does not require frequent updates. Preinstalled tools on the LTS stacks are not updated, so if the tool requires frequent updates you should handle the installation on-demand (see: Install Any Additional Tool - DevCenter for more information)
  • I updated the corresponding tests if there were any.
  • I added a version report line to system_report.sh for the new tool(s) I added
  • I have added an entry to the CHANGELOG.md with a revisionID (the current date and the number of the change e.g.: 2019_10_11_1) and a brief description of the actual change
  • I have updated the revisionID in bitrise_profile BITRISE_OSX_STACK_REV_ID with the one I just created in the CHANGELOG.md