mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-10 16:57:54 +02:00
Updated Building 19.1 Release (markdown)
@ -29,6 +29,17 @@ docker push egroupware/egroupware:19.1
|
|||||||
docker tag egroupware/egroupware:19.1.<YYYYmmdd> egroupware/egroupware:latest
|
docker tag egroupware/egroupware:19.1.<YYYYmmdd> egroupware/egroupware:latest
|
||||||
docker push egroupware/egroupware:latest
|
docker push egroupware/egroupware:latest
|
||||||
```
|
```
|
||||||
|
Push the changelog to 19.1 branch and merge the commit to master to satisfy the update checker:
|
||||||
|
```
|
||||||
|
cd epl-19.1-checkout
|
||||||
|
git push
|
||||||
|
git log # to identify commit hast to merge to master
|
||||||
|
git checkout master
|
||||||
|
git pull
|
||||||
|
git cherry-pick <hash-from-changelog-commit>
|
||||||
|
git push
|
||||||
|
git checkout 19.1
|
||||||
|
```
|
||||||
Last but not least remove the pre-release tag from ```19.1.<YYYYmmdd>``` release on Github and update first line of https://www.egroupware.org/currentversion
|
Last but not least remove the pre-release tag from ```19.1.<YYYYmmdd>``` release on Github and update first line of https://www.egroupware.org/currentversion
|
||||||
|
|
||||||
## Building the EPL image
|
## Building the EPL image
|
||||||
|
Reference in New Issue
Block a user