chore: bump build and readme with new IDEA versions
This commit is contained in:
parent
9b76c2b39f
commit
fcf279cfd7
2 changed files with 3 additions and 2 deletions
|
@ -15,6 +15,7 @@ through the built-in plugin browser:
|
||||||
1. Go to `Settings -> Plugins`
|
1. Go to `Settings -> Plugins`
|
||||||
2. To the right of the `Installed` button at the top, click on the `...` dropdown menu, then select `Manage Plugin Repositories...`
|
2. To the right of the `Installed` button at the top, click on the `...` dropdown menu, then select `Manage Plugin Repositories...`
|
||||||
3. Click the add button, and then enter the ZigBrains updater URL, based on your IDE version:
|
3. Click the add button, and then enter the ZigBrains updater URL, based on your IDE version:
|
||||||
|
- `2024.2.*`: https://falsepattern.com/zigbrains/updatePlugins-242.xml
|
||||||
- `2024.1.*`: https://falsepattern.com/zigbrains/updatePlugins-241.xml
|
- `2024.1.*`: https://falsepattern.com/zigbrains/updatePlugins-241.xml
|
||||||
- `2023.3.*`: https://falsepattern.com/zigbrains/updatePlugins-233.xml
|
- `2023.3.*`: https://falsepattern.com/zigbrains/updatePlugins-233.xml
|
||||||
- `2023.2.*`: https://falsepattern.com/zigbrains/updatePlugins-232.xml
|
- `2023.2.*`: https://falsepattern.com/zigbrains/updatePlugins-232.xml
|
||||||
|
@ -22,7 +23,7 @@ through the built-in plugin browser:
|
||||||
4. Click `OK`, and your IDE should now automatically detect the latest version
|
4. Click `OK`, and your IDE should now automatically detect the latest version
|
||||||
(both in the Installed tab and in the Marketplace tab), even if it's not yet verified on the official JetBrains marketplace yet.
|
(both in the Installed tab and in the Marketplace tab), even if it's not yet verified on the official JetBrains marketplace yet.
|
||||||
|
|
||||||
(optional) If you want to access the latest development versions (`2024.1.*` ONLY), you can use this updater URL:
|
(optional) If you want to access the latest development versions (`2024.2.*` ONLY), you can use this updater URL:
|
||||||
https://falsepattern.com/zigbrains/updatePlugins-dev.xml
|
https://falsepattern.com/zigbrains/updatePlugins-dev.xml
|
||||||
|
|
||||||
These dev releases are based on the latest public commits on the `master` branch, so they're not backported to older IDE versions, only tagged releases are.
|
These dev releases are based on the latest public commits on the `master` branch, so they're not backported to older IDE versions, only tagged releases are.
|
||||||
|
|
2
build.sh
2
build.sh
|
@ -15,7 +15,7 @@
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
#
|
#
|
||||||
|
|
||||||
declare -a branches=("master" "233" "232" "231")
|
declare -a branches=("master" "241" "233" "232" "231")
|
||||||
|
|
||||||
DEFAULT_BRANCH="${branches[0]}"
|
DEFAULT_BRANCH="${branches[0]}"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue