Skip to content

Commit

Permalink
Update README_DEVELOP.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AsafRollout authored Apr 1, 2020
1 parent 3d9f129 commit a54a835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README_DEVELOP.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a54a835

Please sign in to comment.