initial commit
This commit is contained in:
commit
8b80855f7e
17
dist.ini
Normal file
17
dist.ini
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
name = App-Git-IssueManager
|
||||||
|
author = Dominik Meyer <dmeyer@federationhq.de>
|
||||||
|
license = Perl_5
|
||||||
|
copyright_holder = Dominik Meyer
|
||||||
|
copyright_year = 2018
|
||||||
|
|
||||||
|
[@Basic]
|
||||||
|
[@Git]
|
||||||
|
[Git::NextVersion]
|
||||||
|
first_version = 0.001 ; this is the default
|
||||||
|
version_by_branch = 0 ; this is the default
|
||||||
|
version_regexp = ^v(.+)$ ; this is the default
|
||||||
|
[PodWeaver]
|
||||||
|
[ChangelogFromGit]
|
||||||
|
[Bugtracker]
|
||||||
|
web = http://github.com/byterazor/%s/issues
|
||||||
|
mailto = bug-%U@federationhq.de
|
6
lib/App/Git/IssueManager.pm
Normal file
6
lib/App/Git/IssueManager.pm
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
package App::Git::IssueManager;
|
||||||
|
use strict;
|
||||||
|
use warnings;
|
||||||
|
|
||||||
|
|
||||||
|
1;
|
Loading…
Reference in New Issue
Block a user