From 0501bd635f098a9ca95e38743d918014f45f4b23 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..e97fb76 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 by triggering the `Test and release snyk-to-html ` workflow in the [Actions](https://github.com/snyk/snyk-to-html/actions/workflows/test-and-release.yml) tab. \ No newline at end of file