Beam-Emitter

 view release on metacpan or  search on metacpan

dist.ini  view on Meta::CPAN

run = perl -pi -e 's{(# SYNOPSIS)}{# STATUS\n\n<a href="https://travis-ci.org/preaction/Beam-Emitter"><img src="https://travis-ci.org/preaction/Beam-Emitter.svg?branch=master"></a><a href="https://coveralls.io/r/preaction/Beam-Emitter"><img src="http...

; --- Git management
[CheckChangesHasContent]
changelog = CHANGES
[Git::Check]
; Automatically commit these files during release
allow_dirty_match = README.*
allow_dirty_match = .*[.]PL
allow_dirty = cpanfile
allow_dirty = META.json
allow_dirty = LICENSE
allow_dirty = CHANGES

[Git::Commit / Commit_Dirty_Files]
; Automatically commit with release version and changelog
changelog = CHANGES
commit_msg = release v%v%n%n%c
allow_dirty_match = README.*
allow_dirty_match = .*[.]PL
allow_dirty = cpanfile
allow_dirty = META.json
allow_dirty = LICENSE
allow_dirty = CHANGES
add_files_in = .
[Git::Tag]
changelog = CHANGES
tag_message = %N v%v - %{yyyy-MM-dd}d%n%n%c ; Tag annotations show up in github release list

; NextRelease acts *during* pre-release to write $VERSION and
; timestamp to Changes and  *after* release to add a new {{$NEXT}}
; section, so to act at the right time after release, it must actually
; come after Commit_Dirty_Files but before Commit_Changes in the
; dist.ini.  It will still act during pre-release as usual

[NextRelease]
filename = CHANGES
[BumpVersionAfterRelease]

[Git::Commit / Commit_Changes]
commit_msg = incrementing version after release
allow_dirty = CHANGES
allow_dirty_match = ^lib/.*\.pm$
allow_dirty_match = ^bin/.*$
allow_dirty_match = .*[.]PL
[Git::Push]

; --- Project-specific directives

[Prereqs]
strict = 0
warnings = 0
Scalar::Util = 0
Carp = 0
Moo = 0
Module::Runtime = 0
Types::Standard = 0.008 ; First version with ConsumerOf

[Prereqs / TestRequires]
Test::More = 0
Test::Fatal = 0
Test::API = 0
Test::Lib = 0

[Prereqs / TestRecommends]
Test::LeakTrace = 0
curry = 0



( run in 1.209 second using v1.01-cache-2.11-cpan-54e63673c56 )