Skip to content

Commit

Permalink
release: v2024.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saundefined committed Nov 16, 2024
1 parent 150b35f commit 69466ea
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,12 +198,12 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release create "${{ github.event.release.tag_name }}" \
gh release create "${{ github.ref_name }}"" \
--draft \
--title "${{ github.event.release.tag_name }}"
--title "${{ github.ref_name }}""
# Upload artifact as a release asset
- name: Upload Release Asset
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh release upload ${{ github.event.release.tag_name }} ./build/distributions/*
run: gh release upload ${{ github.ref_name }}" ./build/distributions/*
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## [Unreleased]


## [2024.3.0]

### Changed

- Updated Bitrix CMS core
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ To install, go to Settings > Plugins and search for "Bitrix Idea".

The plugin can be installed on following IntelliJ-based:

* PhpStorm 2023.2+
* PhpStorm 2024.1+

## Release versions schema

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pluginGroup = ru.panteleev.bitrix-idea
pluginName = Bitrix Idea
pluginRepositoryUrl = https://github.com/saundefined/bitrix-idea
pluginVersion = 2024.2.0
pluginVersion = 2024.3.0
pluginSinceBuild = 241
pluginUntilBuild = 243.*
platformType = IC
Expand Down

0 comments on commit 69466ea

Please sign in to comment.