Sending a new version for review - monolithic-adam/bitrise-step-chatwork-message GitHub Wiki

Sending a new version for review

  1. Fork the StepLib repository you want to have your step in. We recommend using the The official Bitrise StepLib!
  2. Prepare your forked StepLib locally for sharing: $ bitrise share start -c https://github.com/[your-username]/bitrise-steplib.git
  3. Add the step version tag to your Step’s repository.
  4. Add the Step to your forked StepLib repository: $ bitrise share create --tag [step-version-tag] --git [step-git-uri].git --stepid [step-id]
  5. Optionally, perform a complete health check on your forked StepLib: $ bitrise audit -c https://github.com/[your-username]/bitrise-steplib.git
  6. Create a Pull Request in the original StepLib repository.

Credit to the Bitrise Create Your Step page