Skip to content

Commit

Permalink
chore: remove pluginUntilBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
tiste committed Sep 28, 2022
1 parent 83f596c commit 2534501
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
# nanoleaf-intellij-plugin Changelog

## [Unreleased]
### Added
- Remove `pluginUntilBuild` to include all future versions

## [1.0.2]
### Fixed
### Fixed
- Add publishing plugin in CI

## [1.0.1]
Expand All @@ -14,4 +16,4 @@

## [1.0.0]
### Added
- Initial scaffold created from [IntelliJ Platform Plugin Template](/~https://github.com/JetBrains/intellij-platform-plugin-template)
- Initial scaffold created from [IntelliJ Platform Plugin Template](/~https://github.com/JetBrains/intellij-platform-plugin-template)
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ tasks {
patchPluginXml {
version.set(properties("pluginVersion"))
sinceBuild.set(properties("pluginSinceBuild"))
untilBuild.set(properties("pluginUntilBuild"))

// Extract the <!-- Plugin description --> section from README.md and provide for the plugin's manifest
pluginDescription.set(
Expand Down
3 changes: 1 addition & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@
pluginGroup = com.github.tiste.nanoleafintellijplugin
pluginName = nanoleaf-intellij-plugin
# SemVer format -> https://semver.org
pluginVersion = 1.0.2
pluginVersion = 1.0.3

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild = 211
pluginUntilBuild = 221.*

# IntelliJ Platform Properties -> /~https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
platformType = IC
Expand Down

0 comments on commit 2534501

Please sign in to comment.