Skip to content

Commit

Permalink
Merge pull request #20 from dinbtechit/chore/13-support-future-releases
Browse files Browse the repository at this point in the history
Fix #13 - Round 2
  • Loading branch information
dinbtechit authored Jan 19, 2025
2 parents 4ae5410 + 4ad5253 commit c2c4487
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## [Unreleased]

### Fixed
Support 243.* releases
Support all future releases

## [0.0.4] - 2024-11-23

Expand Down
6 changes: 6 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,12 @@ tasks {
gradleVersion = providers.gradleProperty("gradleVersion").get()
}

patchPluginXml {
provider {
null
}
}

publishPlugin {
dependsOn(patchChangelog)
}
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ pluginGroup = com.github.dinbtechit.jetbrainsnestjs
pluginName = jetbrains-nestjs
pluginRepositoryUrl = https://github.com/dinbtechit/jetbrains-nestjs
# SemVer format -> https://semver.org
pluginVersion = 0.0.5
pluginVersion = 0.0.6

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

# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
platformType = IU
Expand Down

0 comments on commit c2c4487

Please sign in to comment.