Changeset - 77c7c5abd4b1
[Not reviewed]
8.0.0
0 4 0
Branko Majic (branko) - 1 month ago 2024-03-08 09:32:13
branko@majic.rs
MAR-201: Preparing for release 8.0.0:

- Update the release procedure to cater for Sphinx documentation
builder upgrade.
4 files changed with 4 insertions and 4 deletions:
0 comments (0 inline, 0 general)
docs/conf.py
Show inline comments
 
@@ -11,7 +11,7 @@
 
project = 'Majic Ansible Roles'
 
copyright = '2018, 2019, 2020, 2021, 2023, 2024 Branko Majic'
 
author = 'Branko Majic'
 
release = '7.1-dev'
 
release = '8.0.0'
 

	
 
# -- General configuration ---------------------------------------------------
 
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
docs/releasenotes.rst
Show inline comments
 
@@ -6,7 +6,7 @@ x.y.z
 
-----
 

	
 
Dropped support for Python 2.7 and Debian 10 Buster. Added support for
 
Debian 12 Bookworm. Some minor improvements and fixes.
 
Debian 12 Bookworm. Numerous minor improvements and fixes.
 

	
 
**Breaking changes:**
 

	
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"
 

	
docs/usage.rst
Show inline comments
 
@@ -168,7 +168,7 @@ Ansible Roles:
 
2. Checkout the correct version of the roles::
 

	
 
     cd ~/majic-ansible-roles/
 
     git checkout -b 7.1-dev 7.1-dev
 
     git checkout -b 8.0.0 8.0.0
 

	
 

	
 
Preparing the basic site configuration
0 comments (0 inline, 0 general)