diff options
author | Vincent Ambo <mail@tazj.in> | 2022-02-05T13·34+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2022-02-05T13·37+0000 |
commit | 0971705902aa98b4d3a9749e95f45071d45d9bf6 (patch) | |
tree | a680768723ec39e1235f2122d9504ab2d8e3e63f /ops/mq_cli/README.md | |
parent | 77fbe57819505f8b65d257bcd0dab5e129b20c87 (diff) |
chore(mq_cli): prepare new release r/3772
Same trick as in the last commit, trying to hit the right revision. Change-Id: I0af9e88b4d2fd8239a7819dbe0da13f26cca8d6b Reviewed-on: https://cl.tvl.fyi/c/depot/+/5233 Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
Diffstat (limited to 'ops/mq_cli/README.md')
-rw-r--r-- | ops/mq_cli/README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ops/mq_cli/README.md b/ops/mq_cli/README.md index e612553e7447..f286836798af 100644 --- a/ops/mq_cli/README.md +++ b/ops/mq_cli/README.md @@ -27,5 +27,16 @@ SUBCOMMANDS: send Send a message to a queue ``` +## Development + +Development happens in the [TVL +monorepo](https://cs.tvl.fyi/depot/-/tree/ops/mq_cli). + +Starting from version `3771.0.0`, the version numbers correspond to +_revisions_ of the TVL repository, available as git refs (e.g. +`refs/r/3771`). + +See the TVL documentation for more information about how to contribute +to the codebase. [POSIX message queues]: https://linux.die.net/man/7/mq_overview |