Skip to content

Commit

Permalink
remove tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
balos1 authored Dec 20, 2024
1 parent 31f45a5 commit 5d5b5b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/superbuild/source/developers/releases/Checklist.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@ Release Procedure

.. code-block:: shell
git checkout develop
git checkout develop
git pull # develop should be up to date with origin/develop now
git checkout main
git pull # main should be up to date with origin/main now
git merge --ff-only develop # we want to do a fast-forward merge (no merge commit)
git tag -m 'SUNDIALS Release vX.Y.Z’ vX.Y.Z
git push --tags origin main
git push --tags origin main
.. note::
Expand Down

0 comments on commit 5d5b5b0

Please sign in to comment.