Skip to content

Commit

Permalink
Document the creation of the EZ file
Browse files Browse the repository at this point in the history
  • Loading branch information
acogoluegnes committed Sep 19, 2023
1 parent 37f56e4 commit 752c59d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,15 @@ You can disable this plugin by calling `rabbitmq-plugins disable
rabbitmq_delayed_message_exchange` but note that **ALL DELAYED MESSAGES THAT
HAVEN'T BEEN DELIVERED WILL BE LOST**.

## Building the Plugin

```shell
bazel build //:erlang_app
bazel build :ez
```

The EZ file is created in the `bazel-bin` directory.

## Creating a Release

1. Update `broker_version_requirements` in `helpers.bzl` & `Makefile` (Optional)
Expand Down

0 comments on commit 752c59d

Please sign in to comment.