Sage is a WordPress starter theme with a modern development workflow.
Sage Repo: https://github.com/roots/sage
Install using the following command:
composer require lunar-build/sage-installer
- Amend source code
- Commit and push to main branch
- Tag the release, incrementing on the previous version
git tag <version>
- Push the tag which triggers an update to packagist repository
git push origin <version>