Skip to content

Commit

Permalink
Exclude 6.2.0-M2 tag since it cannot be built
Browse files Browse the repository at this point in the history
See 3f5f32b for more info
  • Loading branch information
artembilan committed Aug 28, 2023
1 parent 0f0aadc commit a631d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ content:
# Refname matching:
# https://docs.antora.org/antora/latest/playbook/content-refname-matching/
branches: [ main,'({6..9}).+({0..9}).x', '!(6.{0..1}.x)' ]
tags: [ 'v({6..9}).+({0..9}).+({0..9})?(-{RC,M}+({0..9}))', '!(v6.{0..1}.+({0..9})?(-{RC,M}+({0..9})))', '!(v6.2.0-M1)' ]
tags: [ 'v({6..9}).+({0..9}).+({0..9})?(-{RC,M}+({0..9}))', '!(v6.{0..1}.+({0..9})?(-{RC,M}+({0..9})))', '!(v6.2.0-M1)', '!(v6.2.0-M2)' ]
start_path: src/reference/antora
asciidoc:
attributes:
Expand Down

0 comments on commit a631d77

Please sign in to comment.