;
use Carp qw/croak/;
use ExtUtils::MakeMaker qw/prompt/;
use File::Which qw/which/;
use JSON::PP qw/decode_json/;
use Path::Tiny qw/path/;
use POSIX qw(setlocale LC_TIME);
use Scope::Guard qw/guard/;
t_tag = shift;
my $data = eval { decode_json scalar `ghch -f v$current_tag` };
if ($! || $@ || $?) {
die "calling ghch and/or decoding json failed: $@";
}
return grep {$_->{ti