diff --git a/Building-19.1-Release.md b/Building-19.1-Release.md index b4312dd..51af283 100644 --- a/Building-19.1-Release.md +++ b/Building-19.1-Release.md @@ -29,6 +29,17 @@ docker push egroupware/egroupware:19.1 docker tag egroupware/egroupware:19.1. 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 +git push +git checkout 19.1 +``` Last but not least remove the pre-release tag from ```19.1.``` release on Github and update first line of https://www.egroupware.org/currentversion ## Building the EPL image