|
75 | 75 |
|
76 | 76 | ## How to test
|
77 | 77 | 1. Ensure you have the [latest JetBrains Gateway](https://www.jetbrains.com/remote-development/gateway/) installed.
|
78 |
| - 2. Download the plugin build related to this branch in [Dev Versions](https://plugins.jetbrains.com/plugin/18438-gitpod-gateway/versions/dev), and install it on the Gateway following [these instructions](https://www.jetbrains.com/help/idea/managing-plugins.html#install_plugin_from_disk). |
79 |
| - 3. Change the "Gitpod Host" (in JetBrains Gateway Preferences >> Tools >> Gitpod) to the preview environment hostname, so you can see the list of workspaces running on it. |
80 |
| - 4. Create a new workspace from JetBrains Gateway (it's ok to use the pre-selected IDE and Repository) and confirm if JetBrains Client can connect to it. |
| 78 | + 2. Download the plugin build related to this branch in [Dev Versions](https://plugins.jetbrains.com/plugin/18438-gitpod-gateway/versions/dev), and [install it on the Gateway](https://www.jetbrains.com/help/idea/managing-plugins.html#install_plugin_from_disk). |
| 79 | + 3. Create a new workspace from the Gateway (it's ok to use the pre-selected IDE and Repository) and confirm if JetBrains Client can connect to it. |
81 | 80 |
|
82 | 81 | ## Release Notes
|
83 | 82 | ```release-note
|
|
88 | 87 | - [ ] /werft with-preview
|
89 | 88 |
|
90 | 89 | _This PR was created automatically with GitHub Actions using [this](https://github.com/gitpod-io/gitpod/blob/main/.github/workflows/jetbrains-update-plugin-platform-template.yml) template._
|
91 |
| - commit-message: "Update Platform Version of ${{ inputs.pluginName }} to ${{ steps.latest-version.outputs.version }}" |
92 |
| - branch: "jetbrains/update-${{ inputs.pluginId }}-platform-version-to-${{ steps.latest-version.outputs.version }}" |
| 90 | + commit-message: "Update Platform Version of ${{ inputs.pluginName }} to ${{ steps.latest-version.outputs.result }}" |
| 91 | + branch: "jetbrains/${{ inputs.pluginId }}-platform-${{ steps.latest-version.outputs.result }}" |
93 | 92 | labels: "team: IDE"
|
94 | 93 | team-reviewers: "engineering-ide"
|
95 | 94 | - name: Create Pull Request for Backend Plugin
|
@@ -117,8 +116,8 @@ jobs:
|
117 | 116 | - [x] /werft with-preview
|
118 | 117 |
|
119 | 118 | _This PR was created automatically with GitHub Actions using [this](https://github.com/gitpod-io/gitpod/blob/main/.github/workflows/jetbrains-update-plugin-platform-template.yml) template._
|
120 |
| - commit-message: "Update Platform Version of ${{ inputs.pluginName }} to ${{ steps.latest-version.outputs.version }}" |
121 |
| - branch: "jetbrains/update-${{ inputs.pluginId }}-platform-version-to-${{ steps.latest-version.outputs.version }}" |
| 119 | + commit-message: "Update Platform Version of ${{ inputs.pluginName }} to ${{ steps.latest-version.outputs.result }}" |
| 120 | + branch: "jetbrains/${{ inputs.pluginId }}-platform-${{ steps.latest-version.outputs.result }}" |
122 | 121 | labels: "team: IDE"
|
123 | 122 | team-reviewers: "engineering-ide"
|
124 | 123 | - name: Slack Notification
|
|
0 commit comments