mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 04:29:52 +00:00
Help/dev: Add log step to 'release' branch instructions
Extend the maintainer guide with a reminder to self-review the new ancestry of the `release` and `master` branches to ensure that nothing unexpected was merged.
This commit is contained in:
parent
fa3ac83af0
commit
bb33bb657e
@ -73,6 +73,13 @@ Merge the ``release-$ver`` branch to ``master``:
|
||||
git pull
|
||||
git merge --no-ff release-$ver
|
||||
|
||||
Review new ancestry to ensure nothing unexpected was merged to either branch:
|
||||
|
||||
.. code-block:: shell
|
||||
|
||||
git log --graph --boundary origin/master..master
|
||||
git log --graph --boundary origin/release..release-$ver
|
||||
|
||||
Publish both ``master`` and ``release`` simultaneously:
|
||||
|
||||
.. code-block:: shell
|
||||
|
Loading…
Reference in New Issue
Block a user