From f44bab01e2e5cadea10f495c92e283c2d09c5034 Mon Sep 17 00:00:00 2001 From: Luke Watts Date: Wed, 13 Mar 2024 17:18:01 +0100 Subject: [PATCH] docs: add paragraph about release process --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index bc5fa72..9a61a18 100644 --- a/README.md +++ b/README.md @@ -118,3 +118,8 @@ Simply open your new file (`results-[type].html` as above) in a browser, and rej ### License [License: Apache License, Version 2.0](LICENSE) + + +## Making a new release + +After merging the PR, you can make a new release manually triggering the `Test and release snyk-to-html ` workflow in the Actions tab. \ No newline at end of file