Skip to content

Commit

Permalink
fixed bad variable replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemccabe committed Nov 6, 2024
1 parent cff594c commit efeee53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Release_Guide/release_steps/update_version_lookup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ correct version.
* Create a branch off of develop to update.
Include the name of the repository and version in the name.

.. parsed-literal::
.. parsed-literal::
git checkout -b update_version_|projectRepo|_vX.Y.Z
git checkout -b update_version_vX.Y.Z_repo
* Open **metplus/component_versions.py** and increment the version for the
appropriate |projectRepo| entry.
Expand Down

0 comments on commit efeee53

Please sign in to comment.