WordPress / create-block-theme

A WordPress plugin to create block themes
https://wordpress.org/plugins/create-block-theme/
GNU General Public License v2.0
310 stars 44 forks source link

Document the release process #594

Closed vcanales closed 2 months ago

vcanales commented 2 months ago

Adds a description of the release process.

Tasks:

pbking commented 2 months ago

Use the git cherry-pick [commit-hash] command to add specific commits to the Release Branch associated with the Release PR.

Does the changelog continue to get updated or does that need to happen manually with cherry-picked branches?

vcanales commented 2 months ago

Use the git cherry-pick [commit-hash] command to add specific commits to the Release Branch associated with the Release PR.

Does the changelog continue to get updated or does that need to happen manually with cherry-picked branches?

Good point, I'll need to add a step that automatically updates the Change Log after new commits are added.