Skip to content

Commit

Permalink
Stop publishing/checking 232 branch, it's now deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
rock3r committed Mar 26, 2024
1 parent b2b44a7 commit aa4980f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
1 change: 0 additions & 1 deletion .github/workflows/check-ide-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
fail-fast: false
matrix:
branch-name:
- releases/232
- releases/233
- main

Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
publish-current:
name: Publish standalone & current-IJP-version bridge
name: Publish current IJP version (main)
runs-on: ubuntu-latest

steps:
Expand All @@ -32,13 +32,12 @@ jobs:
MAVEN_SPACE_PASSWORD: ${{secrets.MAVEN_SPACE_PASSWORD}}

publish-older:
name: Publish older-IJP-version bridge(s)
name: Publish older IJP version(s)
runs-on: ubuntu-latest

strategy:
matrix:
branch-name:
- releases/232
- releases/233

steps:
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,12 +287,12 @@ To use Jewel in the IntelliJ Platform, you should depend on the appropriate `jew
will bring in the necessary transitive dependencies. These are the currently supported versions of the IntelliJ Platform
and the branch on which the corresponding bridge code lives:

| IntelliJ Platform version(s) | Branch to use |
|------------------------------|-------------------|
| 2024.1 (EAP 3+) | `main` |
| 2023.3 | `releases/233` |
| 2023.2 | `releases/232` |
| 2023.1 or older | **Not supported** |
| IntelliJ Platform version(s) | Branch to use |
|------------------------------|-------------------------|
| 2024.1 (EAP 3+) | `main` |
| 2023.3 | `releases/233` |
| 2023.2 (**deprecated**) | `archived-releases/232` |
| 2023.1 or older | **Not supported** |

For an example on how to set up an IntelliJ Plugin, you can refer to
the [`ide-plugin` sample](samples/ide-plugin/build.gradle.kts).
Expand Down

0 comments on commit aa4980f

Please sign in to comment.