You are reading the documentation for an outdated Corteza release. 2023.9 is the latest stable Corteza release.

Corteza Docs

When preparing a prerelease

  1. create a new branch yyyy-qq-x ($V)

  2. include the branch in the antora-playbook.yml

  3. change the version in the src/antora.yml

version: '$V'
prerelease: -develop
display_version: '$V-develop'

When releasing

  1. switch to the branch you wish to release ($V)

  2. change the version in the src/antora.yml

  3. change the page-latest asciidoc attribute in antora-playbook.yaml

version: '$V'