mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:27 +01:00
Updated Building 19.1 Release (markdown)
parent
bcadeb5d53
commit
818e079a4c
@ -29,6 +29,17 @@ docker push egroupware/egroupware:19.1
|
||||
docker tag egroupware/egroupware:19.1.<YYYYmmdd> 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
|
||||
|
||||
## Building the EPL image
|
||||
|
Loading…
Reference in New Issue
Block a user