Skip to content

Commit

Permalink
update RELEASE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
neufeldtech committed Mar 10, 2022
1 parent 02c4379 commit e05247f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e05247f

Please sign in to comment.