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
-
Install Node Dependencies (add command option
--production
if you do not need development tools)npm install
-
Build Translation Files
composer translate
Note
|
Keep in mind the rules of Semantic Versioning! |
-
Update CHANGELOG.adoc
-
Bump version in rotaract-appointments.php
-
in the plugin comment
-
the
ROTARACT_APPOINTMENTS_VERSION
constant
-
-
Create a new release
-
Copy changes from CHANGELOG.adoc (convert from Asciidoc to Markdown)
-
Upload ZIP file build in GitHub Actions workflow
-