You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SDK uses semantic versioning (MAJOR.MINOR.PATCH) and is automatically published to Packagist when changes are merged to the main branch. The release process includes:
160
214
161
215
1. Running tests to ensure code quality
162
216
2. Automatically bumping the patch version
163
217
3. Creating a git tag for the new version
164
-
4. Publishing the package to Packagist
165
218
166
219
Packagist automatically fetches new versions from the GitHub repository when tags are pushed, making the new version immediately available for installation via Composer.
0 commit comments