Skip to content

Commit 56fd895

Browse files
committed
M #-: Bump version 7.2 - public and maintenance branches
1 parent ebe5460 commit 56fd895

3 files changed

Lines changed: 11 additions & 6 deletions

File tree

.github/workflows/hugo.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
branches:
77
- "master"
88
- "one-7.0"
9+
- "one-7.2"
910

1011
# Allows you to run this workflow manually from the Actions tab
1112
workflow_dispatch:

config/_default/hugo.toml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# title = ""
44

5-
baseURL = "https://docs.opennebula.io/devel/"
5+
baseURL = "https://docs.opennebula.io/7.2/"
66

77
#######
88

@@ -131,7 +131,7 @@ enable = false
131131
no_list = true
132132
# Uncomment this if your GitHub repo does not have "main" as the default branch,
133133
# or specify a new value if you want to reference another branch in your GitHub links
134-
github_branch= "master"
134+
github_branch= "one-7.2"
135135
github_repo = "https://github.com/OpenNebula/website/"
136136
enableGitInfo = false
137137
# Google Custom Search Engine ID. Remove or comment out to disable search.
@@ -143,13 +143,12 @@ search_url = "/search/"
143143

144144
### Version variables
145145
# The short X.Y version
146-
version = "7.1"
146+
version = "7.2"
147147
# The full version, including alpha/beta/rc tags
148-
release = "7.1.80"
148+
release = "7.2"
149149
# Docs version is part of the URL & invoked by the alert shortcode
150150
# Setting here in case it ever needs to differ from SW version
151-
docs_version = "devel"
152-
151+
docs_version = "7.2"
153152

154153
# Add your release versions here
155154
version_menu = "Versions"
@@ -163,6 +162,10 @@ version_menu = "Versions"
163162
version = "devel"
164163
url = "https://docs.opennebula.io/devel/"
165164

165+
[[params.versions]]
166+
version = "v7.2"
167+
url = "https://docs.opennebula.io/7.2/"
168+
166169
[[params.versions]]
167170
version = "v7.0"
168171
url = "https://docs.opennebula.io/7.0/"

publish/config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
mapping:
2+
one-7.2: '7.2'
23
one-7.0: '7.0'
34
master: 'devel'

0 commit comments

Comments
 (0)