Skip to content

Commit

Permalink
switched to fakerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen R. Scaffidi committed Apr 3, 2012
1 parent fdf2210 commit 4c68775
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.mkdn
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Dist::Zilla::Plugin::Git::GatherDir - uses git ls-files to decide what to gather

# VERSION

version 0.003
version 0.004

# AUTHOR

Expand Down
9 changes: 8 additions & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ license = Perl_5
copyright_holder = Akamai Technologies
copyright_year = 2012

[FakeRelease]

;; gather all the files for distribution
;[GatherDir]
[Git::GatherDir]
Expand All @@ -16,12 +18,17 @@ exclude_filename = weaver.ini
[@Filter]
-bundle = @Basic
-remove = GatherDir
-remove = UploadToCPAN

[@Filter]
-bundle = @Git
-remove = Git::Commit
-remove = Git::Push
allow_dirty = dist.ini README.mkdn
-remove = Git::Check

[Git::Check]
allow_dirty = dist.ini
allow_dirty = README.mkdn

[ChangelogFromGit]

Expand Down

0 comments on commit 4c68775

Please sign in to comment.