From a54a8353cdbe74c4a3b9e344aaaab3c3fd0eb703 Mon Sep 17 00:00:00 2001 From: AsafRollout <35894775+AsafRollout@users.noreply.github.com> Date: Wed, 1 Apr 2020 19:56:27 +0300 Subject: [PATCH] Update README_DEVELOP.md --- README_DEVELOP.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)