link-roundups icon indicating copy to clipboard operation
link-roundups copied to clipboard

v1.1 release ticket

Open benlk opened this issue 6 years ago • 0 comments

Testing

  • [ ] Make sure that WordPress MailChimp Tools commit in composer.json is the latest master: https://github.com/INN/wordpress-mailchimp-tools/commits/master
  • [ ] Make sure that the version number has been bumped
    • [ ] readme.txt
    • [ ] readme.md
    • [ ] package.json
    • [ ] link-roundups.php
  • [ ] Make sure that you have also updated:
    • [ ] Tested up to: WordPress version number in readme.txt
    • [ ] Requires at least: WordPress version number in readme.txt
    • [ ] Requires PHP: minimum PHP version number in readme.txt
    • [ ] Changelog section in readme.txt
    • [ ] any INN URLs
    • [ ] the WordPress users associated
  • [ ] test:
    • [ ] Saving links
    • [ ] Putting links into a roundup
    • [ ] sending a roundup
  • [ ] run grunt build
    • [ ] address any translatability concerns raised by grunt pot's use of wp i18n make-pot.
  • [ ] tag prerelease git tag -s v1.1-rc1 and push tag to Github
  • [ ] Run release.sh --dry_run
  • [ ] push to That Site We're Testing This For, using the wp-release.zip generated by that script
    • [ ] test that the update-page styles aren't too far off kilter

Release

  • [ ] tag release git tag -s v1.1 and push tag to Github
  • [ ] Run release.sh --dry_run
  • [ ] Run release.sh for reals
  • [ ] create release in https://github.com/INN/link-roundups/releases for the new version

After release

  • [ ] update assets dir with new images: https://wordpress.org/plugins/link-roundups/
  • [ ] blog post for updates
  • [ ] Nerd Alert note
  • [ ] create release ticket for next release, based off of this ticket

benlk avatar Dec 09 '19 22:12 benlk