; 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]