8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b9358d commit 3149a12Copy full SHA for 3149a12
src/tools/git_changelog
@@ -57,7 +57,7 @@ require IPC::Open2;
57
# (We could get this from "git branches", but not worth the trouble.)
58
# NB: master must be first!
59
my @BRANCHES = qw(master
60
- REL9_5_STABLE
+ REL9_6_STABLE REL9_5_STABLE
61
REL9_4_STABLE REL9_3_STABLE REL9_2_STABLE REL9_1_STABLE REL9_0_STABLE
62
REL8_4_STABLE REL8_3_STABLE REL8_2_STABLE REL8_1_STABLE REL8_0_STABLE
63
REL7_4_STABLE REL7_3_STABLE REL7_2_STABLE REL7_1_STABLE REL7_0_PATCHES
0 commit comments