From: Graham Knop Date: Tue, 14 Apr 2020 13:55:21 +0000 (+0200) Subject: add aliases for bump-version alpha option X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=126a88c180a4fe49589822cf18092d29efe51847;p=p5sagit%2FDistar.git add aliases for bump-version alpha option --- diff --git a/helpers/bump-version b/helpers/bump-version index 651c4b9..b72e905 100755 --- a/helpers/bump-version +++ b/helpers/bump-version @@ -7,11 +7,11 @@ use Getopt::Long qw(:config gnu_getopt); use File::Temp (); GetOptions( - "git" => \my $git, - "force" => \my $force, - 'n|dry-run' => \my $dry_run, - 'stable' => \my $stable, - 'alpha' => \my $alpha, + 'git' => \my $git, + 'force' => \my $force, + 'n|dry-run' => \my $dry_run, + 'stable' => \my $stable, + 'alpha|beta|dev' => \my $alpha, ) or die("Error in command line arguments\n"); my $old_version = shift