From d1211ecca8cc059459a0b86727cd93f9204d94a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kris=20N=C3=B3va?= Date: Wed, 7 Oct 2020 08:32:58 -0700 Subject: [PATCH] feat(docs): Adding meeting notes step to RELASE.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kris NĂ³va --- RELEASE.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/RELEASE.md b/RELEASE.md index 0987e3e7..6b8c20c4 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -90,6 +90,16 @@ Now assume `x.y.z` is the new version. - Finally, publish the release! +### 3. Update the meeting notes + +For each release we archive the meeting notes in git for historical purposes. + + - The notes from the Falco meetings can be [found here](https://hackmd.io/6sEAlInlSaGnLz2FnFz21A). + - Note: There may be other notes from working groups that can optionally be added as well as needed. + - Add the entire content of the document to a new file in [github.com/falcosecurity/community/tree/master/meeting-notes](https://github.com/falcosecurity/community/tree/master/meeting-notes) as a new file labeled `release-x.y.z.md` + - Open up a pull request with the new change. + + ## Post-Release tasks Announce the new release to the world!