Sending a new version for review - monolithic-adam/bitrise-step-chatwork-message GitHub Wiki
Sending a new version for review
- Fork the StepLib repository you want to have your step in. We recommend using the The official Bitrise StepLib!
- Prepare your forked StepLib locally for sharing:
$ bitrise share start -c https://github.com/[your-username]/bitrise-steplib.git
- Add the step version tag to your Step’s repository.
- Add the Step to your forked StepLib repository:
$ bitrise share create --tag [step-version-tag] --git [step-git-uri].git --stepid [step-id]
- Optionally, perform a complete health check on your forked StepLib:
$ bitrise audit -c https://github.com/[your-username]/bitrise-steplib.git
- Create a Pull Request in the original StepLib repository.
Credit to the Bitrise Create Your Step page