원클릭으로
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.