- Update the value of the
$pkgVersion
property in the main packagecontroller.php
file to a stable version (for example1.0.0
) - Commit the change
- Create a git tag (for example
v1.0.0
) - Push the change and the tags to GitHub
- Publish a new GitHub Release (the
create-release-attachment.yml
GitHub Action will shortly attach the package .zip file to it automatically) - Update the value of the
$pkgVersion
property in the main packagecontroller.php
file to the next development version (for example1.0.1-alpha1
) - Commit the change
- Push the change to GitHub