Skip to content

Commit a2629b5

Browse files
author
Rival Abdrakhmanov
committed
Update changelog and version
1 parent 3a8649d commit a2629b5

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ on:
1616
workflow_dispatch:
1717
# Trigger the workflow on pushes to only the 'main' branch (this avoids duplicate checks being run e.g. for dependabot pull requests)
1818
push:
19-
branches: [ develop ]
19+
branches: [ 243 ]
2020
# Trigger the workflow on any pull request
2121
pull_request:
22-
branches: [ develop ]
22+
branches: [ 243 ]
2323
types: [ 'opened', 'reopened', 'synchronize', 'ready_for_review' ]
2424

2525
concurrency:

PluginsAndFeatures/azure-toolkit-for-rider/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
## [Unreleased]
66

7+
### Changed
8+
9+
- Update domain for Azure Functions CDN
10+
711
## [4.3.8] - 2024-12-17
812

913
### Fixed

PluginsAndFeatures/azure-toolkit-for-rider/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pluginGroup = com.jetbrains
44
pluginName = azure-toolkit-for-rider
55
pluginRepositoryUrl = https://github.com/JetBrains/azure-tools-for-intellij
66
# SemVer format -> https://semver.org
7-
pluginVersion = 4.3.8
7+
pluginVersion = 4.3.9
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
pluginSinceBuild = 243

0 commit comments

Comments
 (0)