We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53262c6 commit b789497Copy full SHA for b789497
1 file changed
makerelease.py
@@ -10,6 +10,9 @@
10
11
Example of invocation when doing a release:
12
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.
16
"""
17
import os.path
18
import subprocess
0 commit comments