You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,29 @@ unless you plan to regularly contribute to RabbitMQ and have consulted with the
11
11
This repository is similar in purpose to [`rabbitmq/erlang-packages`](https://github.com/rabbitmq/erlang-packages)
12
12
but for RabbitMQ server packages.
13
13
14
-
This is a work-in-progress. Nothing to see here for now, move along.
14
+
15
+
## Preview Releases (Alphas, Betas, RCs)
16
+
17
+
### Alphas
18
+
19
+
For every merge or push to `rabbitmq/rabbitmq-server` that involves code changes, a new alpha
20
+
release build is produced and [published as a release](https://github.com/rabbitmq/server-packages/releases) in this repository.
21
+
22
+
Alpha builds are identified using a shortened commit SHA, for example, `4.1.0-alpha.af0d8206`.
23
+
24
+
Alpha build artifacts are not signed and are meant to be used for development, providing feedback on pull requests,
25
+
and so on.
26
+
27
+
### Betas
28
+
29
+
Beta releases are produced by manually triggering a [`4.1.x` Beta release workflow](https://github.com/rabbitmq/server-packages/actions/workflows/4.1.x-beta-release.yml).
30
+
31
+
Currently this is a WIP. Beta build artifacts are not currently signed but
0 commit comments