From 27fff65a66b409b59a8316270a057aa6c5d1b1f4 Mon Sep 17 00:00:00 2001 From: Tom Limoncelli Date: Wed, 21 Jul 2021 13:40:25 -0400 Subject: [PATCH] DOC: Add warning in RE docs. (#1215) --- docs/release-engineering.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/release-engineering.md b/docs/release-engineering.md index ed1db5524..8840ad525 100644 --- a/docs/release-engineering.md +++ b/docs/release-engineering.md @@ -24,7 +24,9 @@ go version From the "master" branch, run `bin/make-release.sh v1.2.3` where "v1.2.3" should be the release version. -This will do a few things. +NOTE: This warning can be ignored: `error: failed to push some refs to 'github.com:StackExchange/dnscontrol.git'` + +The `make-release.sh` script will do a few things. 1. Tag the current branch locally and remotely. 2. Update main.go with the new version string.