Skip to content

Commit 5cc89a8

Browse files
committed
HOWTO-RELEASE: update for git
1 parent 22c0c1e commit 5cc89a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

HOWTO-RELEASE

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Notes on releasing.
2424

2525
1. Commit any unsaved changes.
2626

27-
2. Create html/vX.X.html and add it to cvs with 'cvs add html/vX.X.html'.
27+
2. Create html/vX.X.html and add it to git with 'git add html/vX.X.html'.
2828
Take ChangeLog entries and html-ify in there.
2929
Easist thing to do is take html/vX.(X-1).html and use it as a template.
3030

@@ -101,11 +101,11 @@ Notes on releasing.
101101

102102
13. In the source tree do
103103

104-
'cvs commit'.
104+
'git commit' and 'git push'
105105

106106
14. In the source tree do
107107

108-
cvs tag Release-v4-0-0
108+
git tag -a Release-v4-0-0
109109

110110
(or the appropriate name for the release)
111111

0 commit comments

Comments
 (0)