From ac5f1edc7e1d51400f7abfdc5dcce866152aa363 Mon Sep 17 00:00:00 2001 From: grubert Date: Thu, 3 Aug 2017 09:00:21 +0000 Subject: [PATCH] Document use of set_version.sh not realese.sh to set version git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8146 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docutils/docs/dev/release.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docutils/docs/dev/release.txt b/docutils/docs/dev/release.txt index 4ff422ac8..3d57d7271 100644 --- a/docutils/docs/dev/release.txt +++ b/docutils/docs/dev/release.txt @@ -119,12 +119,10 @@ REWORK FOR SOURCEFORGE REPO see what ``sandbox/infrastructure/release.sh`` can aid - Call ``sandbox/infrastructure/release.sh new_version svn_version``. + Call ``sandbox/infrastructure/set_release.sh new_version``. For details see the script. - ``new_version`` is the current version, status will change from - ``repository`` to ``release``. ``svn_version`` is the version after - release. + ``new_version`` is major.minor[.micro][
][.dev]
 
   .. Note:: *BUG* test tarball requires root password, but it is possible to
      skip this stage interactively, and testing should be done before
-- 
2.11.4.GIT