Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 492 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 492 Bytes

Bedrock-PHP

This is a library to interact with Bedrock

Publishing Your Changes

When you want to publish a new version:

  1. Create a new branch
  2. Commit your changes
  3. Update /composer.json to have the new version number and commit those changes as well
  4. Tag your branch with the new version number, for example git tag 1.0.4
  5. Push you branch to the remote git push origin HEAD --tags
  6. Create a PR and assign it to someone for review