Add deneb branch to tooling

This commit is contained in:
Ben Edgington
2025-03-31 10:40:17 +01:00
parent 42bc929500
commit 8402058989
2 changed files with 2 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ while(<$fh>) {
}
} else {
if ($link =~ /^\/\.\./) {
if (!($link =~ /^...\/(latest|altair|bellatrix|capella)/)) {
if (!($link =~ /^...\/(latest|altair|bellatrix|capella|deneb)/)) {
print "Link to non-existent book version, line $.: $link";
}
} elsif ($link =~ /^([#\/])/) {

View File

@@ -4,7 +4,7 @@
# Apply a git commit to all branches
#
branches='altair bellatrix capella'
branches='altair bellatrix capella deneb'
if [ $# -eq 0 ]; then
echo "Usage: $0 <commit>"