mirror of https://github.com/Icinga/icinga2.git
Update release documentation
This commit is contained in:
parent
e8762a0404
commit
65a9ee0dbb
|
@ -65,11 +65,13 @@ For major releases: Create a new "support" branch:
|
||||||
$ git checkout -b support/2.3
|
$ git checkout -b support/2.3
|
||||||
$ git push -u origin support/2.3
|
$ git push -u origin support/2.3
|
||||||
|
|
||||||
For minor releases: Push the support branch and cherry-pick the release commit into master:
|
For minor releases: Push the support branch, cherry-pick the release commit
|
||||||
|
into master and merge the support branch:
|
||||||
|
|
||||||
$ git push -u origin support/2.3
|
$ git push -u origin support/2.3
|
||||||
$ git checkout master
|
$ git checkout master
|
||||||
$ git cherry-pick support/2.3
|
$ git cherry-pick support/2.3
|
||||||
|
$ git merge --strategy=ours support/2.3
|
||||||
$ git push origin master
|
$ git push origin master
|
||||||
|
|
||||||
# External Dependencies
|
# External Dependencies
|
||||||
|
|
Loading…
Reference in New Issue