We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f32609d commit 80491a1Copy full SHA for 80491a1
src/tools/git_changelog
@@ -38,7 +38,7 @@ require IPC::Open2;
38
# (We could get this from "git branches", but not worth the trouble.)
39
# NB: master must be first!
40
my @BRANCHES = qw(master
41
- REL9_1_STABLE REL9_0_STABLE
+ REL9_2_STABLE REL9_1_STABLE REL9_0_STABLE
42
REL8_4_STABLE REL8_3_STABLE REL8_2_STABLE REL8_1_STABLE REL8_0_STABLE
43
REL7_4_STABLE REL7_3_STABLE REL7_2_STABLE REL7_1_STABLE REL7_0_PATCHES
44
REL6_5_PATCHES REL6_4);
0 commit comments