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 dbbe504 commit 3d9f129
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README_DEVELOP.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,12 @@ composer run demo
```

### Release new version
create a branch
update version 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)
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)
- create a branch
- update version 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)
- 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)

one day hopefully we'll have a script

0 comments on commit 3d9f129

Please sign in to comment.