Nightly Builds for Feature Plugins

Notion: All feature plugins should be present in the pluginPlugin A plugin is a piece of software containing a group of functions that can be added to a WordPress website. They can extend functionality or add new features to your WordPress websites. WordPress plugins are written in the PHP programming language and integrate seamlessly with WordPress. These can be free in the WordPress.org Plugin Directory https://wordpress.org/plugins/ or can be cost-based plugin from a third-party repository, kept up-to-date, and kept free of testing blockers. Delivering in-development interfaces to betaBeta A pre-release of software that is given out to a large group of users to trial under real conditions. Beta versions have gone through alpha testing in-house and are generally fairly close in look, feel and function to the final product; however, design changes often occur as part of the process. testers via WP’s built-in update mechanism is good ecosystem dogfooding.

With the Beta Tester plugin, I am able to update my sites to the latest nightly build of coreCore Core is the set of software required to run WordPress. The Core Development Team builds WordPress. WordPress automatically. Feature Plugins should endeavour to do the same. A script for deployingDeploy Launching code from a local development environment to the production web server, so that it's available to visitors. from git to the .org plugin repository exists and seems a good place to start.

While the tooling is worked out, I’d like to commit to making weekly releases of feature plugins, at the least.

#feature-plugins, #nightly-builds