mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-26 23:24:09 +02:00
Update RELEASE.md for minor releases
This commit is contained in:
parent
afc5db1299
commit
0e0c8b336c
11
RELEASE.md
11
RELEASE.md
@ -62,8 +62,15 @@ Push the tag.
|
|||||||
For major releases: Create a new "support" branch:
|
For major releases: Create a new "support" branch:
|
||||||
|
|
||||||
$ git checkout master
|
$ git checkout master
|
||||||
$ git checkout -b support/2.x
|
$ git checkout -b support/2.3
|
||||||
$ git push -u origin support/2.x
|
$ git push -u origin support/2.3
|
||||||
|
|
||||||
|
For minor releases: Push the support branch and cherry-pick the release commit into master:
|
||||||
|
|
||||||
|
$ git push -u origin support/2.3
|
||||||
|
$ git checkout master
|
||||||
|
$ git cherry-pick support/2.3
|
||||||
|
$ git push origin master
|
||||||
|
|
||||||
# External Dependencies
|
# External Dependencies
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user