Skip to content

Commit da1df9b

Browse files
chore(release): add 2026.1 version branch on bonita-doc (#910)
1 parent d0fa813 commit da1df9b

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

antora-playbook.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ content:
3737
- "2024.3"
3838
- "2025.1"
3939
- "2025.2"
40+
- "2026.1"
4041
- url: https://github.com/bonitasoft/bonita-labs-doc.git
4142
branches:
4243
- "master"

netlify.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ force = true
1515

1616
# Special redirect after introduction of Bonita branding version
1717
# Add a new entry when adding a new version/branch. This is generally done when the developments of a new version start
18+
[[redirects]]
19+
from = "/bonita/10.5/*"
20+
to = "/bonita/2026.1/:splat"
21+
1822
[[redirects]]
1923
from = "/bonita/10.4/*"
2024
to = "/bonita/2025.2/:splat"

scripts/propagate_doc_upwards.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ if [ "${REPO_NAME}" == "bonita-doc" ]; then
5353
merge "2024.2" "2024.3"
5454
merge "2024.3" "2025.1"
5555
merge "2025.1" "2025.2"
56+
merge "2025.2" "2026.1"
5657
elif [ "${REPO_NAME}" == "bonita-continuous-delivery-doc" ]; then
5758
merge "3.6" "4.0"
5859
elif [ "${REPO_NAME}" == "bonita-test-toolkit-doc" ]; then

0 commit comments

Comments
 (0)