From 89dc0c7aae6fe4c1e1a7437bfeebdc6ac74bc15c Mon Sep 17 00:00:00 2001 From: Artem Zatsarynnyi Date: Fri, 1 Mar 2024 16:45:39 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e2d68f..48fb898 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ To keep everything working, do not remove `` sections. Settings/Preferences > Plugins > ⚙️ > Install plugin from disk... ## Release -1. Find a draft release on the [Releases](https://github.com/redhat-developer/devspaces-gateway-plugin/releases) page. The draft is updated automatically on each push to the `main` branch. +1. Find a draft release on the [Releases](https://github.com/redhat-developer/devspaces-gateway-plugin/releases) page. The draft is created and updated automatically on each push to the `main` branch. 2. Edit the draft and use the `Publish release` button. The [Release](https://github.com/redhat-developer/devspaces-gateway-plugin/blob/main/.github/workflows/release.yml) Workflow will attach the built plugin artifact to the published release. 3. Find the `Changelog update` PR, created automatically by the [Release](https://github.com/redhat-developer/devspaces-gateway-plugin/blob/main/.github/workflows/release.yml) Workflow, and merge it. 4. Update the `pluginVersion` in the [gradle.properties](https://github.com/redhat-developer/devspaces-gateway-plugin/blob/main/gradle.properties) file.