creativecommons / wp-plugin-creativecommons-website

This WordPress plugin provides custom functionality for the creativecommons.org website.
Other
2 stars 6 forks source link

[Bug] Plugin release process does not appear to include installation testing #30

Open TimidRobot opened 2 years ago

TimidRobot commented 2 years ago

Description

Plugin release process does not appear to include installation testing

Reproduction

Expectation

TimidRobot commented 2 years ago

Development branches can be tested via composer by prefixing dev- to the branch name. For example, assuming a branch named widget-update needs to be tested, creativecommons/project_creativecommons.org: composer.json could be modified:

--- composer.json
+++ composer.json
@@ -36,7 +36,7 @@
     ],
     "require": {
       "composer/installers": "^1.0",
-      "creativecommons/wp-plugin-creativecommons-website": "0.3.0",
+      "creativecommons/wp-plugin-creativecommons-website": "dev-widget-update",
       "creativecommons/wp-theme-creativecommons.org": "2022.02.2",
       "wpackagist-plugin/ultimate-addons-for-gutenberg": "1.25.4",
       "wpackagist-plugin/wordpress-importer": "0.7",

See Branches - Versions and constraints - Composer.