aboutsummaryrefslogtreecommitdiff
path: root/docs/RELEASE-PROCEDURE
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-02-08 10:35:35 +0100
committerDaniel Stenberg <daniel@haxx.se>2016-02-08 10:35:35 +0100
commit108bc5d86083df99c90ba7e829024a33ccd8f037 (patch)
tree3285ef65436d5d785dcdd82d27e954f53b9f4639 /docs/RELEASE-PROCEDURE
parent8f995e2e0022292374fc99a2277069b08ad98b5c (diff)
RELEASE-PROCEDURE: remove the github upload part
... as we're HTTPS on the main site now, there's no point in that extra step
Diffstat (limited to 'docs/RELEASE-PROCEDURE')
-rw-r--r--docs/RELEASE-PROCEDURE6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/RELEASE-PROCEDURE b/docs/RELEASE-PROCEDURE
index 6dafb65a5..b0700f343 100644
--- a/docs/RELEASE-PROCEDURE
+++ b/docs/RELEASE-PROCEDURE
@@ -11,8 +11,8 @@ in the source code repo
- make sure all relevant changes are committed on the master branch
- tag the git repo in this style: `git tag -a curl-7_34_0`. -a annotates the
- tag and we use underscores instead of dots in the version number.
-
+ tag and we use underscores instead of dots in the version number.
+
- run "./maketgz 7.34.0" to build the release tarballs. It is important that
you run this on a machine with the correct set of autotools etc installed
as this is what then will be shipped and used by most users on *nix like
@@ -24,8 +24,6 @@ in the source code repo
- upload the 8 resulting files to the primary download directory
-- upload the 4 tarballs to github for the HTTPS download
-
in the curl-www repo
--------------------