diff --git a/antora-playbook.github.yaml b/antora-playbook.github.yaml index 123c7a9dd9..bef034d940 100644 --- a/antora-playbook.github.yaml +++ b/antora-playbook.github.yaml @@ -7,6 +7,9 @@ content: - branches: HEAD start_paths: docs/userguide, docs/devguide url: https://github.com/redhat-developer/service-binding-operator + - branches: release-v1.3.x + start_paths: docs/userguide, docs/devguide + url: https://github.com/redhat-developer/service-binding-operator - branches: release-v1.2.x start_paths: docs/userguide, docs/devguide url: https://github.com/redhat-developer/service-binding-operator diff --git a/antora-playbook.local.yaml b/antora-playbook.local.yaml index 169576931e..e6d588494d 100644 --- a/antora-playbook.local.yaml +++ b/antora-playbook.local.yaml @@ -7,6 +7,9 @@ content: - branches: HEAD start_paths: docs/userguide, docs/devguide url: ./ + - branches: release-v1.3.x + start_paths: docs/userguide, docs/devguide + url: ./ - branches: release-v1.2.x start_paths: docs/userguide, docs/devguide url: ./ diff --git a/make/version.mk b/make/version.mk index a23e1b07ad..2bc252cc74 100644 --- a/make/version.mk +++ b/make/version.mk @@ -2,7 +2,7 @@ SHELL = /usr/bin/env bash -o pipefail SHELLFLAGS = -ec # Current Operator version -VERSION ?= 1.2.1 +VERSION ?= 1.3.0 GIT_COMMIT_ID ?= $(shell git rev-parse --short=8 HEAD)