本文档概述了 Gutenberg 在 GitHub 仓库中的多种发布类型,包括插件发布和包发布,并引导开发者查阅相关详细文档。
The Gutenberg repository on GitHub is used to perform several types of releases. This page provides an overview of the different release processes and guides you to the appropriate documentation for each type.
Before you begin any release process, there are some requirements that must be met in order to successfully release a stable version of the Gutenberg plugin. You will need to:
Plugin releases involve creating and publishing new versions of the Gutenberg plugin to the WordPress.org plugin directory. This process includes creating release candidates, testing, and final publication.
For detailed instructions on how to perform plugin releases, see the Gutenberg plugin releases.
Package publication involves releasing updated versions of WordPress packages to npm. This process includes synchronizing with plugin releases, WordPress core updates, and standalone bugfix releases.
For comprehensive instructions on package releases and WordPress Core updates, see the Packages releases to NPM and WordPress Core updates.