diff --git a/README.md b/README.md index 37550f1..936a05f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # php-suite-api + Helper classes to use Emarsys Suite API + +## How to create new release + +When you want to release a new version from the package, please add a tag with the current version on GitHub. + +``` +git tag 2.0.4 +git push --tags +```