glenn 01/07/22 08:46:11
Modified: src/doc addtaglib.xml
Log:
Fix instructions for tagging a release in cvs
Revision Changes Path
1.11 +3 -3 jakarta-taglibs/src/doc/addtaglib.xml
Index: addtaglib.xml
===================================================================
RCS file: /home/cvs/jakarta-taglibs/src/doc/addtaglib.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- addtaglib.xml 2001/07/19 14:58:05 1.10
+++ addtaglib.xml 2001/07/22 15:46:11 1.11
@@ -336,7 +336,7 @@
<p>Create a branch of the {taglib-name} source in CVS:
<ul>
<li>Change directory (cd) to <code>jakarta-taglibs/{taglib-name}/</code>
-<code>cvs tag -b {release-name}</code>.</li>
+<code>cvs tag -b {taglib-name}-{major}-{minor}-M{milestone-number}</code>.</li>
<li>Your local copy of the <code>jakarta-taglibs/{taglib-name}/</code> will
still be set to the main development branch of your taglib.</li>
</ul>
@@ -399,7 +399,7 @@
<p>Create a branch of the {taglib-name} source in CVS:
<ul>
<li>Change directory (cd) to <code>jakarta-taglibs/{taglib-name}/</code>
-<code>cvs tag -b {release-name}</code>.</li>
+<code>cvs tag -b {taglib-name}-{major}-{minor}-{bug-fix}-B{beta-number}</code>.</li>
<li>Your local copy of the <code>jakarta-taglibs/{taglib-name}/</code> will
still be set to the main development branch of your taglib.</li>
</ul>
@@ -462,7 +462,7 @@
<p>Create a branch of the {taglib-name} source in CVS:
<ul>
<li>Change directory (cd) to <code>jakarta-taglibs/{taglib-name}/</code>
-<code>cvs tag -b {release-name}</code>.</li>
+<code>cvs tag -b {taglib-name}-{major}-{minor}-{bug-fix}</code>.</li>
<li>Your local copy of the <code>jakarta-taglibs/{taglib-name}/</code> will
still be set to the main development branch of your taglib.</li>
</ul>