Skip to content

Commit

Permalink
Remove the mu-wpcom-plugin weekly and monthly prefix. (#39300)
Browse files Browse the repository at this point in the history
* Removed weekly and monthly prefix from mu-wpcom-plugin.

* Changelog.

* Removed the part that adds mu-wpcom-plugin to released plugins.

* Project lock update.
  • Loading branch information
zinigor authored Sep 9, 2024
1 parent 6edf7ea commit bea2a24
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: removed
Comment: Removed plugin prefixes.


Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Significance: patch
Type: changed
Comment: Updated composer.lock.


6 changes: 1 addition & 5 deletions projects/plugins/mu-wpcom-plugin/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,7 @@
"autotagger": true,
"beta-plugin-slug": "jetpack-mu-wpcom-plugin",
"mirror-repo": "Automattic/jetpack-mu-wpcom-plugin",
"release-branch-prefix": [
"mu-wpcom",
"weekly",
"monthly"
]
"release-branch-prefix": "mu-wpcom"
},
"config": {
"autoloader-suffix": "d9d132a783958a00a2c7cccff60ca42d_jetpack_mu_wpcom_pluginⓥ2_5_11"
Expand Down
2 changes: 1 addition & 1 deletion projects/plugins/mu-wpcom-plugin/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions tools/release-plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,6 @@ while [[ $# -gt 0 ]]; do
shift "$SHIFT"
done

# If we're releasing Jetpack, we're also releasing mu-wpcom-plugin.
if [[ -v PROJECTS["jetpack"] && ! -v PROJECTS["mu-wpcom-plugin"] ]]; then
PROJECTS["mu-wpcom-plugin"]=''
fi

# Check that the projects are valid.
for PLUGIN in "${!PROJECTS[@]}"; do
# Get the project slug.
Expand Down

0 comments on commit bea2a24

Please sign in to comment.