From 5a42a2384400b0a450e5fe15fe65a38e60084de0 Mon Sep 17 00:00:00 2001 From: Tomasz Janiszewski Date: Thu, 29 Aug 2024 13:57:35 +0200 Subject: [PATCH] Add information about the release --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f19b26f2..e391fd22 100644 --- a/README.md +++ b/README.md @@ -65,3 +65,10 @@ make -C functionaltest-jenkins-plugin test - bearerAuth: [ ] ``` 6. Save changes in `stackrox-container-image-scanner/api.yaml` + +## Release + +The release process is managed by the [release.yml GitHub Action](https://github.com/stackrox/jenkins-plugin/actions/workflows/release.yml). +When running the workflow, ensure that the correct version is specified in the workflow options. +After the release, it typically takes a few hours for the plugin to be available on the +[Jenkins Plugin site](https://plugins.jenkins.io/stackrox-container-image-scanner/).