- Update the value of the
$pkgVersionproperty in the main packagecontroller.phpfile 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.ymlGitHub Action will shortly attach the package .zip file to it automatically) - Update the value of the
$pkgVersionproperty in the main packagecontroller.phpfile to the next development version (for example1.0.1-alpha1) - Commit the change
- Push the change to GitHub