From e7b6675aab805bcd83283363f75a25ebe6800e87 Mon Sep 17 00:00:00 2001 From: ZiViZiViZ <95288998+ZiViZiViZ@users.noreply.github.com> Date: Tue, 1 Aug 2023 09:47:59 -0400 Subject: [PATCH] Add missing tick "`" in README Cosmetic change Signed-off-by: ZiViZiViZ <95288998+ZiViZiViZ@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85d98f42c..05ea7d6de 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ To cut a minor version: 7. Announce on the prometheus-announce mailing list, slack and Twitter. 8. Merge the release branch back to the `main` using the "merge without squashing" approach (!). -> NOTE: In case of merge conflicts, you can checkout the release branch in a new branch, e.g. /resolve-conflicts`, fix the merge problems there, and then do a PR into main from the new branch. In that way, you still get all the commits in the release branch back into `main`, but leave the release branch alone. +> NOTE: In case of merge conflicts, you can checkout the release branch in a new branch, e.g. `/resolve-conflicts`, fix the merge problems there, and then do a PR into main from the new branch. In that way, you still get all the commits in the release branch back into `main`, but leave the release branch alone. To cut the patch version: