In order to either setup the environment for development or install plugin manually follow these steps.
-
Install Composer Dependencies (add command option
--no-dev
if you do not need development tools)composer install
Note
|
Keep in mind the rules of Semantic Versioning! |
-
Update CHANGELOG.adoc
-
Bump version in rotaract-club-finder.php
-
in the plugin comment
-
the
ROTARACT_CLUB_FINDER_VERSION
constant
-
-
Create a new release
-
Copy changes from CHANGELOG.adoc (convert from Asciidoc to Markdown)
-
Upload ZIP file build in GitHub Actions workflow
-