Skip to content

Commit

Permalink
chore: set pluginUntilBuild to 231
Browse files Browse the repository at this point in the history
  • Loading branch information
tiste committed Apr 12, 2023
1 parent a430b91 commit f9e23fb
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ jobs:
changelog: ${{ steps.properties.outputs.changelog }}
steps:

# Free GitHub Actions Environment Disk Space
- name: Maximize Build Space
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf /usr/local/lib/android
sudo rm -rf /opt/ghc
# Check out current repository
- name: Fetch Sources
uses: actions/checkout@v3.0.2
Expand Down
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
- Update `pluginUntilBuild` to include `231.*`

## [1.0.4]
### Added
### Added
- Update `pluginUntilBuild` to include `223.*`

## [1.0.3]
Expand All @@ -22,4 +24,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)
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
pluginGroup = com.github.tiste.nanoleafintellijplugin
pluginName = nanoleaf-intellij-plugin
# SemVer format -> https://semver.org
pluginVersion = 1.0.4
pluginVersion = 1.0.5

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

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

0 comments on commit f9e23fb

Please sign in to comment.