App-Zapzi
view release on metacpan or search on metacpan
;; Refuse to release if there are changed or untracked files
[Git::Check]
;; Ensure something in changelog before releasing
[CheckChangesHasContent]
;; Prompt before releasing to CPAN
[ConfirmRelease]
;; Automatically upload to CPAN on release
[UploadToCPAN]
;; Write the next release number to the changelog
[NextRelease]
;; Commit changelog and dist.ini after release
;; Add the built READMEs into source control
[Git::Commit]
add_files_in = README
add_files_in = README.mkdn
( run in 1.773 second using v1.01-cache-2.11-cpan-b16cb0d3907 )