Skip to content

Commit ca66be6

Browse files
committed
Wrap Jenkins parameters with code element
1 parent a1994ef commit ca66be6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

TCW/tcw22.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -375,18 +375,18 @@
375375
<item><code>git merge --no-ff -m "YOUR COMMIT MESSAGE" release-X.X.X</code></item>
376376
<item><code>git checkout dev</code></item>
377377
<item><code>git merge --no-ff -m "YOUR COMMIT MESSAGE" release-X.X.X</code></item>
378-
<item>and don’t forget to change directory to the released branch <code>git checkout
378+
<item>Don’t forget to change directory to the released branch <code>git checkout
379379
released</code></item>
380380
</list>
381381
</item>
382382

383383
<item>
384-
<hi rend="bold">Repeat the steps above for the Stylesheets</hi>: <list type="ordered">
384+
<hi rend="bold">Repeat the steps above for the Stylesheets</hi>. <list type="ordered">
385385
<item><code>git checkout released</code></item>
386386
<item><code>git merge --no-ff -m "YOUR COMMIT MESSAGE" release-X.X.X</code></item>
387387
<item><code>git checkout dev</code></item>
388388
<item><code>git merge --no-ff -m "YOUR COMMIT MESSAGE" release-X.X.X</code></item>
389-
<item>and don't forget to change directory back to the released branch <code>git
389+
<item>Don't forget to change directory back to the released branch <code>git
390390
checkout released</code></item>
391391
</list>
392392
</item>
@@ -421,8 +421,8 @@
421421
SourceForge user name, and type your SourceForge password when prompted. By default, the
422422
script will pull the release package from the first Jenkins server, but you can supply
423423
the URL of the other server if necessary with the --Jenkins parameter, e.g.
424-
--Jenkins=http://jenkins2.tei-c.org/. Make sure the script completes successfully each
425-
time changing the final parameter from --install, to --makecurrent, and then --upload. </item>
424+
<code>--Jenkins=http://jenkins2.tei-c.org/</code>. Make sure the script completes successfully each
425+
time changing the final parameter from <code>--install</code>, to <code>--makecurrent</code>, and then <code>--upload</code>. </item>
426426

427427
<item><hi rend="bold">Repeat the steps above for the Stylesheets</hi>, remembering that
428428
the version number is the Stylesheets version, which will be different from the

0 commit comments

Comments
 (0)