From aae196481b961d446f4bff9012e4e3b63d7921a4 Mon Sep 17 00:00:00 2001 From: Dan Rollo Date: Fri, 19 Feb 2021 15:14:52 -0500 Subject: [PATCH] doco: fix branch name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d9ab3a..66e84ed 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ do the manual release clicking. Steps: -1. Checkout/pull the latest `master` branch, and create a new tag with the desired semantic version and a helpful note: +1. Checkout/pull the latest `main` branch, and create a new tag with the desired semantic version and a helpful note: git tag -a v1.0.x -m "Helpful message in tag."