Skip to content

Dev: Create Release ToDo List

Marcel Greter edited this page Apr 11, 2019 · 3 revisions
  • Bump Module Versions

perl Makefile.PL --set-version x.x.xx

  • Update changelog

  • Commit and push to develop

  • Create distribution tgz

git clone https://github.com/sass/perl-libsass
cd perl-libsass
perl Makefile.PL --sassc
make dist
  • Upload to cpan pause

  • Create github release

Clone this wiki locally