Skip to content

Commit 88ab735

Browse files
authored
fux code block alinement (#384)
1 parent e0ac660 commit 88ab735

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/source/preparing_releases_and_hotfixes.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,12 @@ For now, the UserGuide is released at the same time as the core library. If it's
178178

179179
#. Update the version of MDA used by the UserGuide to the release version.
180180

181-
#. Re-generate the Syrupy test snapshots, and commit those a to git and confirm the build passes.
181+
#. Re-generate the Syrupy test snapshots, and commit those to git and confirm the build passes.
182182

183-
.. code-block:: bash
184-
cd doc/source/scripts
185-
python -m pytest tests/snapshot/ --snapshot-update
183+
.. code-block:: bash
184+
185+
cd doc/source/scripts
186+
python -m pytest tests/snapshot/ --snapshot-update
186187
187188
#. Make a Pull Request with a re-generated ``releases.md`` which contains a copy of the GitHub release notes. This can be generated by doing:
188189

0 commit comments

Comments
 (0)