some more release-phase things
Karen Etheridge [Thu, 30 Aug 2012 22:04:48 +0000 (15:04 -0700)]
dist.ini

index 42b8355..8714828 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -71,12 +71,20 @@ format = %-8V  %{yyyy-MM-dd HH:mm:ss ZZZZ}d
 ; after release, the version in Changes file will be committed
 ; with a message listing the changes for this release
 [Git::Commit]
-allow-dirty = Changes
+allow_dirty = Changes
 commit_msg = %N-%v%t%n%n%c
 
 ; ...and the resulting head commit will be tagged
 [Git::Tag]
+tag_format = v%v%t
 tag_message = v%v%t
 
 ; ...and then pushed to the origin repository
 [Git::Push]
+
+; ...and installed locally
+[InstallRelease]
+install_command = cpanm .
+
+; ... and then we do 'dzil clean'
+[Clean]