Skip to content

v2.5.12

Compare
Choose a tag to compare
@adriendupuis adriendupuis released this 20 Jul 19:02
· 881 commits to develop since this release
version=v2.5.12;
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;