Skip to content

Commit

Permalink
Fixing rendering of code block for newsfragment command (apache#44419)
Browse files Browse the repository at this point in the history
  • Loading branch information
amoghrajesh authored Nov 27, 2024
1 parent 55c2545 commit 2fbd354
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions contributing-docs/16_contribution_workflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,9 @@ Step 4: Prepare PR
you should follow the template in ``newsfragments/template.significant.rst`` to include summary, body, change type and migrations rules needed.
This can also be done by the following command.

.. code-block:: bash
uv tool run towncrier create --dir . --config newsfragments/config.toml --content "`cat newsfragments/template.significant.rst`"
.. code-block:: bash
uv tool run towncrier create --dir . --config newsfragments/config.toml --content "`cat newsfragments/template.significant.rst`"
2. Rebase your fork, squash commits, and resolve all conflicts. See `How to rebase PR <#how-to-rebase-pr>`_
if you need help with rebasing your change. Remember to rebase often if your PR takes a lot of time to
Expand Down

0 comments on commit 2fbd354

Please sign in to comment.