diff --git a/config/build_conf.yaml b/config/build_conf.yaml index 6cfcad44fce..d462ff118e1 100644 --- a/config/build_conf.yaml +++ b/config/build_conf.yaml @@ -10,7 +10,7 @@ project: branched: true siteroot: true version: - release: '3.0.0-rc6' + release: '3.0.0' branch: '3.0' system: files: diff --git a/config/integration.yaml b/config/integration.yaml index bb911d19e93..1bbb2e4f6f8 100644 --- a/config/integration.yaml +++ b/config/integration.yaml @@ -10,7 +10,7 @@ it: inherit: base base: links: - - { 'manual': 'v2.6' } + - { 'manual': 'master' } - { 'v3.0': 'master' } targets: - 'latex' diff --git a/config/published_branches.yaml b/config/published_branches.yaml index a5c1f5a28c6..e4dd6f84578 100644 --- a/config/published_branches.yaml +++ b/config/published_branches.yaml @@ -7,11 +7,11 @@ version: - '2.6' - '2.4' - '2.2' - stable: '2.6' - upcoming: '3.0' + stable: '3.0' + upcoming: null git: branches: - manual: 'v2.6' + manual: 'master' published: - 'master' - 'v2.6'