Skip to content

Commit 8b6cc46

Browse files
committed
fix: update README
1 parent 003a874 commit 8b6cc46

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,10 @@ To debug, add `debugger;` to the code and make sure to have the developer tools
182182

183183
1. Run `composer update` and `composer install`
184184
1. Update the releaseVersion in the `version.xml` e.g. `<release>1.0.1.0-beta</release>`
185+
- Create a corresponding commit and push it to GitHub
185186
1. Add a git tag and push it to GitHub
186187
- `git tag -a vReleaseVersion -m "release vReleaseVersion"` e.g. `git tag -a v1.0.1.0-beta -m "release v1.0.1.0-beta"`
188+
- The tag is now connected to the beforehand pushed commit with the changed `version.xml`
187189
- `git push`
188190
1. Create a zip archive of the local files with the following command to include the required dependencies from `vendor/` and `js/lib/` but to exclude non-essential files:
189191

0 commit comments

Comments
 (0)