-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Milestone
Description
Testing
- Make sure that WordPress MailChimp Tools commit in
composer.jsonis 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 inreadme.txt -
Requires at least:WordPress version number inreadme.txt -
Requires PHP:minimum PHP version number inreadme.txt -
Changelogsection inreadme.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 ofwp i18n make-pot.
- address any translatability concerns raised by
- tag prerelease
git tag -s v1.1-rc1and push tag to Github - Run
release.sh --dry_run - push to That Site We're Testing This For, using the
wp-release.zipgenerated by that script- test that the update-page styles aren't too far off kilter
Release
- tag release
git tag -s v1.1and push tag to Github - Run
release.sh --dry_run - Run
release.shfor 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
Reactions are currently unavailable