diff --git a/lib/Sipwise/Release.pm b/lib/Sipwise/Release.pm new file mode 100644 index 0000000..7cc3d93 --- /dev/null +++ b/lib/Sipwise/Release.pm @@ -0,0 +1,41 @@ +package Sipwise::Release 1.004; +use Sipwise::Base; + +__END__ + +=encoding UTF-8 + +=head1 NAME + +Sipwise::Release - Sipwise Release Documentation + +=head1 VERSION + +This document describes Sipwise::Release version 1.004 + +=head1 TAGGING A NEW RELEASE + +=over + +=item Create a new entry in the Changes file + +=item Update debian/changelog using the command git-dch like this: +C + +=item * + +Update the perl files using +C. Remove C<-dryrun> to actually +run this command. + +=item git commit your work with $VERSION as commit message + +=item run C + +=item run C and C + +=back + +=head1 AUTHOR + +C<< >>