From e05247f692f1ef9eac4aff616377b470adeaa297 Mon Sep 17 00:00:00 2001 From: Jordan Neufeld Date: Thu, 10 Mar 2022 08:31:19 -0600 Subject: [PATCH] update RELEASE.md --- RELEASE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 42ffb71df..9990f1a12 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -3,10 +3,10 @@ - [Releasing](#releasing) - [Before You Begin](#before-you-begin) - [Local Release Preparation](#local-release-preparation) + - [Checkout latest code](#checkout-latest-code) - [Update the CHANGELOG.md](#update-the-changelogmd) - [Create Release Commit and Tag](#create-release-commit-and-tag) - [Run Pre-Release Tests](#run-pre-release-tests) - - [Submit Release Pull Request](#submit-release-pull-request) - [Push Release Tag](#push-release-tag) - [Verify Github Release](#verify-github-release) - [Update Homebrew versions](#update-homebrew-versions) @@ -34,7 +34,7 @@ git pull origin master ```bash export RELEASE_VERSION=2.x.y git commit -a -S -m "Release $RELEASE_VERSION" -git tag -s "v$RELEASE_VERSION" +git tag -s "v$RELEASE_VERSION" # When prompted for a commit message, enter the 'release notes' style message, just like on the releases page ``` ### Run Pre-Release Tests