Skip to content

Commit 0be8fba

Browse files
committed
Add a note about creating releases to the README
1 parent e05340d commit 0be8fba

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,14 @@ On the other hand if we publish a message with the routing key `"#.d0"`, it's th
112112

113113
If you have the needs for routing `"a0.#.c0.d0.#.f0.#"` then again, with a small amount of binding keys it should be a problem, but keep in mind that the longer the gaps represented by the `#` character, the slower the algorithm will run. AFAIK there's no easy solution for this problem.
114114

115+
## Creating a Release
116+
117+
1. Update `broker_version_requirements` in `helpers.bzl` & `Makefile` (Optional)
118+
1. Update the plugin version in `MODULE.bazel`
119+
1. Push a tag (i.e. `v3.12.0`) with the matching version
120+
1. Allow the Release workflow to run and create a draft release
121+
1. Review and publish the release
122+
115123
## License
116124

117125
See LICENSE.

0 commit comments

Comments
 (0)