Skip to content

Commit

Permalink
Remove RELEASE howto for no longer maintained PHP 5 version
Browse files Browse the repository at this point in the history
  • Loading branch information
OndraM committed Feb 26, 2021
1 parent c2ddf0e commit 15688e6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,3 @@
1. Push the changes in main branch and tags to the repository:
- `git push origin main`
- `git push origin X.Y.Z`
1. Now the [PHP 5 version](https://github.com/lmc-eu/matej-client-php5) of the client needs to be updated and tagged as well:
1. Clone the repo: `git clone git@github.com:lmc-eu/matej-client-php5.git` or pull the master branch if you have it already cloned: `git pull origin master`
1. Inside the repository directory run transpilation script: `./transpile.sh`
1. Make sure the whole process completed successfully, including passed unit tests.
1. `git commit -a -m "Release version X.Y.Z"`
1. `git tag X.Y.Z`
1. `git push origin master`
1. `git push origin X.Y.Z`

0 comments on commit 15688e6

Please sign in to comment.