一键导入
release-checklist
Walk through the Crypt::OpenSSL::PKCS12 release process step by step, checking each gate before proceeding
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Walk through the Crypt::OpenSSL::PKCS12 release process step by step, checking each gate before proceeding
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | release-checklist |
| description | Walk through the Crypt::OpenSSL::PKCS12 release process step by step, checking each gate before proceeding |
Run through the release checklist for this distribution. Check each step and report any blockers before proceeding to the next.
Version — confirm our $VERSION in PKCS12.pm matches the intended release version.
Changelog — confirm Changes.md has an entry for this version with today's date and a meaningful summary of changes.
Tests pass — run the full test suite and confirm all pass:
perl Makefile.PL && make && prove -lr -l -b t
Author tests — run with strict compiler warnings enabled:
AUTHOR_TESTING=1 perl Makefile.PL && make
Dist build — build the distribution tarball via Dist::Zilla:
dzil build
Reminder: never edit Makefile.PL or cpanfile directly — they are generated by dzil build from dist.ini and maint/Makefile_header.PL.
Tag — create and push the release tag:
git tag v<VERSION> && git push --tags
Upload — upload to CPAN:
dzil release
or manually via cpan-upload Crypt-OpenSSL-PKCS12-<VERSION>.tar.gz.
Report the status of each step. If a step fails, stop and describe what needs to be fixed.