diff --git a/doc/manual/source/working-with-git.rst b/doc/manual/source/working-with-git.rst index 161966094..dc6a5d1d5 100644 --- a/doc/manual/source/working-with-git.rst +++ b/doc/manual/source/working-with-git.rst @@ -368,7 +368,7 @@ We change the VERSION field from '3-dev' to '3.34':: $ cat VERSION 3.34 -We next change the file conf.py in the contributing, tutorial, manual, and models directories +We next change the file conf.py in the contributing, installation, tutorial, manual, and models directories to change the strings 'ns-3-dev' to ns-3.34. When you are done, the 'git diff --stat' command should show: @@ -377,10 +377,11 @@ When you are done, the 'git diff --stat' command should show: VERSION | 2 +- doc/contributing/source/conf.py | 4 ++-- + doc/installation/source/conf.py | 4 ++-- doc/manual/source/conf.py | 4 ++-- doc/models/source/conf.py | 4 ++-- doc/tutorial/source/conf.py | 4 ++-- - 5 files changed, 9 insertions(+), 9 deletions(-) + 6 files changed, 11 insertions(+), 11 deletions(-) Make a commit of these files: @@ -404,6 +405,8 @@ Next, make the following change to RELEASE_NOTES.md and commit it: Commit this change: +:: + $ git commit -m"Update availability in RELEASE_NOTES.md" RELEASE_NOTES.md Finally, add a Git annotated tag: