Re: [Gambas-devel] GitLab and PPAs
Brought to you by:
gambas
From: Christof T. <ch...@de...> - 2017-08-26 20:58:37
|
Am 26.08.2017 um 21:43 schrieb Benoît Minisini: > Yep. Apparently the git tag missed the three last commits of the > final 3.10.0. I think I have to add them to the stable branch too. There is no stable branch, just a tag called v3.10.0. I think it makes sense to create a branch called v3.10.1 and cherry-pick the fixes into it. So: git branch v.3.10.1 git checkout v.3.10.1 git cherry-pick 954f3ff7069e55 git cherry-pick b2901f7d41e35b git cherry-pick 8cd2dba1d4f116 Then the branch has to be pushed upstream git push -u origin v3.10.1 AFAIK Alles Gute Christof Thalhofer -- Dies ist keine Signatur |