mirror of
https://github.com/benjaminion/upgrading-ethereum-book.git
synced 2026-01-09 22:47:55 -05:00
Add deneb branch to tooling
This commit is contained in:
@@ -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 =~ /^([#\/])/) {
|
||||
|
||||
@@ -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>"
|
||||
|
||||
Reference in New Issue
Block a user