|
375 | 375 | <item><code>git merge --no-ff -m "YOUR COMMIT MESSAGE" release-X.X.X</code></item> |
376 | 376 | <item><code>git checkout dev</code></item> |
377 | 377 | <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 |
379 | 379 | released</code></item> |
380 | 380 | </list> |
381 | 381 | </item> |
382 | 382 |
|
383 | 383 | <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"> |
385 | 385 | <item><code>git checkout released</code></item> |
386 | 386 | <item><code>git merge --no-ff -m "YOUR COMMIT MESSAGE" release-X.X.X</code></item> |
387 | 387 | <item><code>git checkout dev</code></item> |
388 | 388 | <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 |
390 | 390 | checkout released</code></item> |
391 | 391 | </list> |
392 | 392 | </item> |
|
421 | 421 | SourceForge user name, and type your SourceForge password when prompted. By default, the |
422 | 422 | script will pull the release package from the first Jenkins server, but you can supply |
423 | 423 | 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> |
426 | 426 |
|
427 | 427 | <item><hi rend="bold">Repeat the steps above for the Stylesheets</hi>, remembering that |
428 | 428 | the version number is the Stylesheets version, which will be different from the |
|
0 commit comments