* Add DZIL_NO_UPLOAD to enable no_upload mode
* Only rewrite repo README on release
* Use RunExtraTests instead of ExtraTests
* Use Bootstrap::lib
* Require Dist::Zilla 5.038 (for :ExtraTestFiles)
{{$NEXT}}
+0.002 2016-11-25 22:12:27-07:00 MST7MDT
+
+ * Add DZIL_NO_UPLOAD to enable no_upload mode
+ * Only rewrite repo README on release
+ * Use RunExtraTests instead of ExtraTests
+ * Use Bootstrap::lib
+ * Require Dist::Zilla 5.038 (for :ExtraTestFiles)
+
0.001 2016-11-25 18:28:13-07:00 MST7MDT
* Initial version
# VERSION
-version 0.001
+version 0.002
# SYNOPSIS
[ReversionOnRelease]
prompt = 1
- [ExecDir]
- [ExtraTests]
-
; GATHER
[Git::GatherDir]
exclude_filename = LICENSE
[CopyFilesFromBuild]
copy = LICENSE
+ [ExecDir]
; PREREQS
[AutoPrereqs]
filename = README.md
locaton = root
type = markdown
+ phase = release
[ReadmeAnyFromPod]
filename = README
location = build
; RELEASE
[CheckChangesHasContent]
[Git::Check]
+ [RunExtraTests]
[TestRelease]
[ConfirmRelease]
[UploadToCPAN] ; disable with the "no_upload" attribute
## no\_upload
-Do not upload to CPAN.
+Do not upload to CPAN or git push.
# METHODS