Skip to content

v3.0.5

Compare
Choose a tag to compare
@adriendupuis adriendupuis released this 15 Jun 14:30
· 586 commits to develop since this release
version=v3.0.5;
git clone [email protected]:ezsystems/ezplatform-ee.git --single-branch --branch $version ~/tmp-ee;
cd ~/tmp-ee;
git remote add adriendupuis [email protected]:adriendupuis/ezplatform-ee-docker.git;
git checkout -b release/$version;
git push --set-upstream adriendupuis release/$version --tags;
cd -;
rm -rf ~/tmp-ee;