mirror of
https://github.com/Icinga/icinga2.git
synced 2026-05-28 04:12:13 -04:00
Update release documentation
This commit is contained in:
parent
e8762a0404
commit
65a9ee0dbb
1 changed files with 3 additions and 1 deletions
|
|
@ -65,11 +65,13 @@ For major releases: Create a new "support" branch:
|
|||
$ git checkout -b 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 checkout master
|
||||
$ git cherry-pick support/2.3
|
||||
$ git merge --strategy=ours support/2.3
|
||||
$ git push origin master
|
||||
|
||||
# External Dependencies
|
||||
|
|
|
|||
Loading…
Reference in a new issue