From: Karen Etheridge Date: Thu, 30 Aug 2012 22:04:48 +0000 (-0700) Subject: some more release-phase things X-Git-Tag: v0.46~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Getopt.git;a=commitdiff_plain;h=fe7d1df5a1a099e54bb936ec79f0125a1ce028c4 some more release-phase things --- diff --git a/dist.ini b/dist.ini index 42b8355..8714828 100644 --- 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]