Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 755 Bytes

File metadata and controls

32 lines (28 loc) · 755 Bytes

Release checklist for X11::XCB

Verification

  • make distclean
  • update all the documentation
  • update VERSION in lib/X11/XCB.pm
  • update copyright years
  • git status # check all the changed files
  • vim Changes # prepare changelog
  • perl Makefile.PL
  • make manifest
  • make dist
  • make disttest

Actual release

  • make distclean
  • rm *.gz
  • git add Changes
  • git commit -sm 'Bump version to 0.xx'
  • git tag 0.xx
  • git push origin
  • git push origin tag 0.xx
  • perl Makefile.PL
  • make manifest
  • make dist
  • make disttest
  • upload to CPAN
  • give it some time to index on MetaCPAN
  • update FreeBSD port and AUR package
  • if system dependencies changed, update cpan-plugin-sysdeps