From 61a5ee8881e983482615b248a874ab742b072d09 Mon Sep 17 00:00:00 2001 From: Mikhail Chatillon Date: Thu, 3 Nov 2022 09:36:09 +0100 Subject: [PATCH] Add release notes to the documentation (#1970) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index eb9dc095e..834cb3518 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,10 @@ Refer to the [Dev Guide][devguide] for development and debugging instructions. You can create a release with the following steps: +### Write release notes + +Write release notes to the [release notes documentation](https://github.com/Azure/iotedge-lorawan-starterkit/blob/docs/main/docs/release-notes.md). + ### Run the Release workflow to create a draft release Go to the [Create draft release workflow](https://github.com/Azure/iotedge-lorawan-starterkit/actions/workflows/create_release.yaml) and specify the release version before running the workflow.