Skip to content

Commit 69466ea

Browse files
committed
release: v2024.3.0
1 parent 150b35f commit 69466ea

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -198,12 +198,12 @@ jobs:
198198
env:
199199
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
200200
run: |
201-
gh release create "${{ github.event.release.tag_name }}" \
201+
gh release create "${{ github.ref_name }}"" \
202202
--draft \
203-
--title "${{ github.event.release.tag_name }}"
203+
--title "${{ github.ref_name }}""
204204
205205
# Upload artifact as a release asset
206206
- name: Upload Release Asset
207207
env:
208208
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
209-
run: gh release upload ${{ github.event.release.tag_name }} ./build/distributions/*
209+
run: gh release upload ${{ github.ref_name }}" ./build/distributions/*

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## [Unreleased]
44

5+
6+
## [2024.3.0]
7+
58
### Changed
69

710
- Updated Bitrix CMS core

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ To install, go to Settings > Plugins and search for "Bitrix Idea".
2929

3030
The plugin can be installed on following IntelliJ-based:
3131

32-
* PhpStorm 2023.2+
32+
* PhpStorm 2024.1+
3333

3434
## Release versions schema
3535

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pluginGroup = ru.panteleev.bitrix-idea
22
pluginName = Bitrix Idea
33
pluginRepositoryUrl = https://github.com/saundefined/bitrix-idea
4-
pluginVersion = 2024.2.0
4+
pluginVersion = 2024.3.0
55
pluginSinceBuild = 241
66
pluginUntilBuild = 243.*
77
platformType = IC

0 commit comments

Comments
 (0)