File diff 441a70c073b9 → 77c7c5abd4b1
docs/releaseprocedures.rst
Show inline comments
 
@@ -97,7 +97,7 @@ When releasing a new minor/major version, procedure is as follows:
 
4. Extract current version, set release version, and set issue associated with
 
   making the release::
 

	
 
     CURRENT_VERSION=$(grep '^version = ' docs/conf.py | sed -e "s/^version = '//;s/'$//")
 
     CURRENT_VERSION=$(grep '^release = ' docs/conf.py | sed -e "s/^release = '//;s/'$//")
 
     NEW_VERSION="MAJOR.MINOR.PATCH"
 
     ISSUE="MAR-NUMBER"