This is a library to interact with Bedrock
When you want to publish a new version:
- Create a new branch
- Commit your changes
- Update
/composer.json
to have the new version number and commit those changes as well - Tag your branch with the new version number, for example
git tag 1.0.4
- Push you branch to the remote
git push origin HEAD --tags
- Create a PR and assign it to someone for review