mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 07:23:41 +00:00
doc: An example how we do RC tagging for stabilization branch
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
This commit is contained in:
parent
d10b16499c
commit
0a3fa828f8
@ -141,6 +141,16 @@ March/July/November. Walking backwards from this date:
|
|||||||
|
|
||||||
- 2 weeks earlier, a ``frr-X.Y-rc`` release candidate is tagged.
|
- 2 weeks earlier, a ``frr-X.Y-rc`` release candidate is tagged.
|
||||||
|
|
||||||
|
.. code-block:: console
|
||||||
|
|
||||||
|
% git remote --verbose
|
||||||
|
upstream git@github.com:frrouting/frr (fetch)
|
||||||
|
upstream git@github.com:frrouting/frr (push)
|
||||||
|
|
||||||
|
% git checkout dev/8.2
|
||||||
|
% git tag frr-8.2-rc
|
||||||
|
% git push upstream frr-8.2-rc
|
||||||
|
|
||||||
- on release date, the branch is renamed to ``stable/MAJOR.MINOR``.
|
- on release date, the branch is renamed to ``stable/MAJOR.MINOR``.
|
||||||
|
|
||||||
The 2 week window between each of these events should be used to run any and
|
The 2 week window between each of these events should be used to run any and
|
||||||
|
Loading…
Reference in New Issue
Block a user