Skip to content

Commit 60e6f13

Browse files
committed
Document tag filters
1 parent cc8b11b commit 60e6f13

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

antora-playbook.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,17 @@ content:
66
sources:
77
- url: https://github.com/clojurephant/clojurephant.git
88
branches: [main]
9+
# First include all tags
10+
# Then exclude all pre-release tags
11+
# Then exclude pre-Antora tags
12+
# Then include current pre-release versions
913
tags: ["*", "!*-*", "!0.{0..6}.*", "0.7.1-*", "0.8.0-*"]
1014
start_path: docs/
1115
- url: https://github.com/clojurephant/clojurephant-tooling.git
1216
branches: [main]
17+
# First include all tags
18+
# Then exclude all pre-release tags
19+
# Then include current pre-release tags
1320
tags: ["*", "!*-*", "0.1.0-*"]
1421
start_path: docs/
1522
ui:

0 commit comments

Comments
 (0)