From d60a18ee40918962c9baca1feca4c52dd9eb05d4 Mon Sep 17 00:00:00 2001 From: Kyle Verhoog Date: Tue, 5 Oct 2021 16:59:58 -0400 Subject: [PATCH] Fix release note code snipped format in README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d9760976..9196ea64 100644 --- a/README.md +++ b/README.md @@ -217,8 +217,10 @@ This project follows [`semver`](https://semver.org/) and so bug fixes, breaking changes, new features, etc must be accompanied by a release note. To generate a release note: + riot run reno new + document the changes in the generated file, remove the irrelevant sections and commit the release note with the change.