scripts: Add 048 maint branch to our helper scripts

Signed-off-by: David Goulet <dgoulet@torproject.org>
This commit is contained in:
David Goulet 2023-08-23 11:06:16 -04:00
parent 6d6bd21b9d
commit 82a5297d99
2 changed files with 7 additions and 0 deletions

View File

@ -302,6 +302,10 @@ case "$TOR_VERSION" in
TOR_VER_AT_LEAST_043=yes
TOR_VER_AT_LEAST_044=yes
;;
0.4.8.*)
TOR_VER_AT_LEAST_043=yes
TOR_VER_AT_LEAST_044=yes
;;
esac
#############################################################################

View File

@ -146,6 +146,9 @@ finish() {
branch maint-0.4.7
branch release-0.4.7
branch maint-0.4.8
branch release-0.4.8
branch main
finish