WordPress / create-block-theme

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

Reset changelog and version on clone and theme creation #623

Closed pbking closed 4 months ago

pbking commented 4 months ago

style.css and readme.txt should be bare (having only the values defined when creating the theme), changelog should be removed (with only the first "initial release" included) for cloned themes.

To test: clone a theme, create a child theme and create a blank theme

Observe the style.css and readme.txt files and ensure that the version is as expected.

NOTE: For CLONED themes the TAGS value in the style.css is copied over. This is expected.

Fixes #613 Fixes #570

pbking commented 4 months ago

I misunderstood the point of #523 so returned starting version to 1.0.0 (semantic versioning).