File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,11 +77,11 @@ sub updateCMakeLists {
77
77
my $relbranch = " release-${newmajor} _${newminor} " ;
78
78
my $reltag = " final-${newmajor} _${newminor} _0" ;
79
79
80
- print " Pulling transifex translations...\n " ) ;
80
+ print " Pulling transifex translations...\n " ;
81
81
system ( " scripts/pull_ts.sh" ) == 0 or die " pull_ts.sh failed" ;
82
82
system ( " git commit -a -m \" translation update to $release from transifex\" " ) == 0 or die " could not commit translation updates" ;
83
83
84
- print " Updating changelog...\n " ) ;
84
+ print " Updating changelog...\n " ;
85
85
system ( " scripts/create_changelog.sh" ) == 0 or die " create_changelog.sh failed" ;
86
86
system ( " git commit -a -m \" changelog update for $release \" " ) == 0 or die " could not commit changelog update" ;
87
87
You can’t perform that action at this time.
0 commit comments