From d8d0fb113f9cb986e4004395a30eb29c648a5376 Mon Sep 17 00:00:00 2001 From: Liudmila Molkova Date: Thu, 4 Apr 2024 01:53:16 -0700 Subject: [PATCH] [chore] fix minor issues in release section of contributing.md (#879) --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bc9b273e9f..1435db2e45 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -321,8 +321,8 @@ make markdown-link-check - Run `make chlog-update VERSION=v{version}` - `make chlog-update` will clean up all the current `.yaml` files inside the `.chloggen` folder automatically - - Double check that `CONTRIBUTING.md` is updated with the proper `v{version}` - - Send staging tag as PR for review. + - Double check that `CHANGELOG.md` is updated with the proper `v{version}` + - Send staging branch as PR for review. - Create a tag `v{version}` on the merged PR and push remote. ## Merging existing ECS conventions