App-WordPressTools
view release on metacpan or search on metacpan
CONTRIBUTING view on Meta::CPAN
1. Write to the changelog.
First, take a look at the list of commits since the last release:
git shortlog origin/release..master
Then edit Changes and summarize the changes after the {{$NEXT}}
token. Just leave the file uncommitted; it will automatically be
committed in the next step.
2. Run the release script and follow the prompts:
git checkout master
dzil release
The release script will take care of making the release commit (with
Changes), tagging, and uploading to the CPAN.
lib/App/WordPressTools/Contributing.pod view on Meta::CPAN
First, take a look at the list of commits since the last release:
git shortlog origin/release..master
Then edit F<Changes> and summarize the changes after the C<{{$NEXT}}> token. Just leave the file uncommitted; it will
automatically be committed in the next step.
=item 2.
Run the release script and follow the prompts:
git checkout master
dzil release
The release script will take care of making the release commit (with F<Changes>), tagging, and uploading to the CPAN.
=back
=cut
( run in 0.547 second using v1.01-cache-2.11-cpan-6aa56a78535 )