浏览代码

Fix #147: move back to manually specifying meta resources

George S. Baugh 7 年之前
父节点
当前提交
fb31c3e62f
共有 2 个文件被更改,包括 7 次插入5 次删除
  1. 1 0
      Changes
  2. 6 5
      dist.ini

+ 1 - 0
Changes

@@ -5,6 +5,7 @@ Revision history for Perl module TestRail::API
     - Correct argument POD for createRunInPlan
     - Add bulkAddResultsByCase
     - Fix improper caching by project rather than by testsuite in getSections
+    - Fix broken repository links
 
 0.043 2018-6-16 TEODESIAN
     - Better error messaging when bad custom result fields are configured in Test::Rail::Parser

+ 6 - 5
dist.ini

@@ -6,6 +6,11 @@ license = Perl_5
 copyright_holder = George S. Baugh
 
 [MetaResources]
+bugtracker.web    = https://github.com/teodesian/TestRail-Perl/issues
+repository.url    = git://github.com/teodesian/TestRail-Perl.git
+repository.web    = https://github.com/teodesian/TestRail-Perl
+repository.type   = git
+homepage          = https://github.com/teodesian/TestRail-Perl
 
 [GatherDir]
 include_dotfiles = 1
@@ -140,10 +145,6 @@ stopwords = getCaseFields
 module = Dist::Zilla
 check_all_plugins = 1
 
-[GithubMeta]
-issues = 1
-user = teodesian
-
 [CheckMetaResources]
 [CheckPrereqsIndexed]
 [CheckChangesHasContent]
@@ -156,6 +157,6 @@ user = teodesian
 [Git::Contributors]
 
 [TidyAll]
-
+[Signature]
 
 [Git::CommitBuild]