We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdbeb47 commit 157614eCopy full SHA for 157614e
README.md
@@ -196,11 +196,12 @@ HAVEN'T BEEN DELIVERED WILL BE LOST**.
196
## Building the Plugin
197
198
```shell
199
-bazel build //:erlang_app
200
-bazel build :ez
+PROJECT_VERSION=4.2.0-rc.1 PRODUCT_VERSION=4.2.0-rc.1 VERSION=4.2.0-rc.1 \
+ gmake dist PROJECT_VERSION=4.2.0-rc.1 PRODUCT_VERSION=4.2.0-rc.1 \
201
+ VERSION=4.2.0-rc.1 DIST_AS_EZS=true
202
```
203
-The EZ file is created in the `bazel-bin` directory.
204
+The EZ file is created in the `plugins` directory.
205
206
## Creating a Release
207
0 commit comments