Content-Length: 279353 | pFad | http://github.com/postgrespro/postgres_cluster/commit/4736d74479745f0f5a0129fba4628a742034b90e
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 11d8d72 commit 4736d74Copy full SHA for 4736d74
src/tools/git_changelog
@@ -102,8 +102,9 @@ my %rel_tags;
102
{
103
my $commit = $1;
104
my $tag = $2;
105
- if ( $tag =~ /^REL\d+_\d+$/
106
- || $tag =~ /^REL\d+_\d+_\d+$/)
+ if ($tag =~ /^REL_\d+_\d+$/
+ || $tag =~ /^REL\d+_\d+$/
107
+ || $tag =~ /^REL\d+_\d+_\d+$/)
108
109
$rel_tags{$commit} = $tag;
110
}
@@ -198,6 +199,7 @@ for my $branch (@BRANCHES)
198
199
$last_tag = $sprout_tags{$commit};
200
201
# normalize branch names for making sprout tags
202
+ $last_tag =~ s/^(REL_\d+).*/$1_BR/;
203
$last_tag =~ s/^(REL\d+_\d+).*/$1_BR/;
204
205
$c->{'last_tag'} = $last_tag;
Fetched URL: http://github.com/postgrespro/postgres_cluster/commit/4736d74479745f0f5a0129fba4628a742034b90e
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
0 commit comments