Skip to content

Commit ca05171

Browse files
Update README.md
1 parent 98600f4 commit ca05171

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

README.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,29 @@ unless you plan to regularly contribute to RabbitMQ and have consulted with the
1111
This repository is similar in purpose to [`rabbitmq/erlang-packages`](https://github.com/rabbitmq/erlang-packages)
1212
but for RabbitMQ server packages.
1313

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
32+
they will eventually be.
33+
34+
### Release Candates
35+
36+
TBD
1537

1638

1739
## License

0 commit comments

Comments
 (0)