Skip to content

Commit 3bf8d6c

Browse files
NotHimmelclaude
andcommitted
Fix duplicate Antora component version on v1.23 branch
EN/antora.yml and CN/antora.yml on the v1.23 branch both declared version: v1.22, colliding with the v1.22 branch. Antora rejects two branches producing the same component+version (duplicate nav.adoc), causing a FATAL build error. Bump both to v1.23. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 0a976f5 commit 3bf8d6c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CN/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ivorysql-doc
22
title: IvorySQL
3-
version: v1.22
3+
version: v1.23
44
start_page: v1.22/welcome.adoc
55
asciidoc:
66
attributes:

EN/antora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ivorysql-doc
22
title: IvorySQL
3-
version: v1.22
3+
version: v1.23
44
start_page: v1.22/welcome.adoc
55
asciidoc:
66
attributes:

0 commit comments

Comments
 (0)