Changeset - 46edd4a23da5
[Not reviewed]
master
0 1 0
Branko Majic (branko) - 1 month ago 2024-03-17 12:52:15
branko@majic.rs
Noticket: Fix incorrect regexp for extracting current version from documentation configuration file.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
docs/releaseprocedures.rst
Show inline comments
 
@@ -284,7 +284,7 @@ When releasing a new patch release, procedure is as follows:
 

	
 
5. Extract current version::
 

	
 
     CURRENT_VERSION=$(grep '^version = ' docs/conf.py | sed -e "s/^version = '//;s/'$//")
 
     CURRENT_VERSION=$(grep '^release = ' docs/conf.py | sed -e "s/^release = '//;s/'$//")
 

	
 
6. Double-check what the associated issues is, what the current version string
 
   is, and what the release version will be::
0 comments (0 inline, 0 general)