Skip to content

Commit a832d06

Browse files
committed
release: v2025.1.0
1 parent ef0f2eb commit a832d06

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124

125125
# Upload Kover report to CodeCov
126126
- name: Upload Code Coverage Report
127-
uses: codecov/codecov-action@v5
127+
uses: codecov/codecov-action@v3
128128
with:
129129
files: ${{ github.workspace }}/build/reports/kover/report.xml
130130

@@ -198,12 +198,12 @@ jobs:
198198
env:
199199
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
200200
run: |
201-
gh release create "${{ github.ref_name }}"" \
201+
gh release create "${{ needs.build.outputs.version }}"" \
202202
--draft \
203-
--title "${{ github.ref_name }}""
203+
--title "${{ needs.build.outputs.version }}""
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.ref_name }}" ./build/distributions/*
209+
run: gh release upload ${{ needs.build.outputs.version }}" ./build/distributions/*

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## [Unreleased]
44

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

710
- Update IntelliJ Platform 2.1.0

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,13 @@ 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 2024.1+
32+
* PhpStorm 2024.2+
3333

3434
## Release versions schema
3535

3636
| Plugin version number | Since Version | Until Version |
3737
|-----------------------|---------------|---------------|
38+
| v2025.1.x | 2024.2 | 2025.2 |
3839
| v2024.3.x | 2024.1 | 2024.3 |
3940
| v2024.2.x | 2023.2 | 2024.2 |
4041
| v2024.1.x | 2023.1 | 2024.1 |

0 commit comments

Comments
 (0)