diff --git a/README_DEVELOP.md b/README_DEVELOP.md index 433daa1..cd0e01d 100644 --- a/README_DEVELOP.md +++ b/README_DEVELOP.md @@ -35,9 +35,9 @@ composer run demo ### Release new version - create a branch -- update version semver in /src/Rox/Core/Client/DeviceProperties.php +- update version name (semver) in /src/Rox/Core/Client/DeviceProperties.php - merge to master (make sure unit tests and E2E tests are passing) -- create a new github release, use branch `master` and add a `tag` with the version name (same version from DeviceProperties.php) +- create a new github release, use branch `master` and add a `tag` with the version name (same semver from DeviceProperties.php) - go to packagist https://packagist.org/packages/rollout/rox, and click `update` (you will only see action buttons if you are logged in, and a maintainer of this package, if you are not, please ask from one of the maintainers on the right panel to add you) - make sure the new version shows with the right version name - (run E2E tests using this new version)