Skip to content

Commit b789497

Browse files
committed
deprecate makerelease.py (someday drop version.h too?)
1 parent 53262c6 commit b789497

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

makerelease.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
1111
Example of invocation when doing a release:
1212
python makerelease.py 0.5.0 0.6.0-dev
13+
14+
Note: This was for Subversion. Now that we are in GitHub, we do not
15+
need to build versioned tarballs anymore, so makerelease.py is defunct.
1316
"""
1417
import os.path
1518
import subprocess

0 commit comments

Comments
 (0)