From 9df3475e60a42c283e706cf989da5f9f2e168ab9 Mon Sep 17 00:00:00 2001 From: axel-kah Date: Mon, 1 Jul 2024 18:27:53 +0200 Subject: [PATCH] fixes wrong syntax for admonition !minor --- docs/tutorials/usage.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/tutorials/usage.md b/docs/tutorials/usage.md index ec0b0acf..c906d949 100644 --- a/docs/tutorials/usage.md +++ b/docs/tutorials/usage.md @@ -102,10 +102,10 @@ The `replace` sub-command works identically to the `bump` sub-command except for - It will not increment the version - It will not change the configuration file -```{admonition} NOTE +!!! NOTE + + If you do not include the `--new-version` option, the `new_version` context variable will be `None`. -If you do not include the `--new-version` option, the `new_version` context variable will be `None`. -``` One way of providing the `--new-version` option is to use the `bump-my-version show` subcommand with an environment variable: