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 8b9fe51 commit cd6f970
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 44 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/[email protected]
Expand Down
86 changes: 44 additions & 42 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,29 @@
<!-- Keep a Changelog guide -> https://keepachangelog.com -->

# responsive-intellij-plugin Changelog

## [Unreleased]

## [0.1.4]
# responsive-intellij-plugin Changelog

## [Unreleased]
### Added
- Update `pluginUntilBuild` to include `231.*`

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

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

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

## [0.1.2]
### Added
- Update `pluginUntilBuild` to include `221.*`

## [0.1.1]
### Removed
- Remove `pluginUntilBuild`

## [0.1.0]
### Changed
- Remove `pluginUntilBuild` to include all future versions

## [0.1.2]
### Added
- Update `pluginUntilBuild` to include `221.*`

## [0.1.1]
### Removed
- Remove `pluginUntilBuild`

## [0.1.0]
### Changed
- Update `platformVersion` to `2021.1.3` for compatibility with Apple M1
- Change since/until build to `211-213.*` (2021.1 - 2021.3)
- Upgrade Gradle Wrapper to `7.4`
Expand All @@ -47,26 +49,26 @@




### Fixed

### Fixed
- Fixed passing change notes from `CHANGELOG.md` to the Release Draft
- Fixed passing updated change notes from the Release Draft to `patchChangelog` Gradle task
- Fixed `QODANA_SHOW_REPORT` environment variable resolving for Gradle `6.x`





### Removed

### Removed
- Removed the `pluginVerifierIdeVersions` configuration to use default IDEs list provided by the `listProductsReleases` task for `runPluginVerifier`
- Removed `platformDownloadSources` from Gradle configuration to use default value
- Removed `updateSinceUntilBuild.set(true)` from Gradle configuration to use default value





### Added

### Added
- GitHub Actions: Collect Qodana/Tests/Plugin Verifier results as artifacts
- Plugin Signing
- Qodana integration
Expand All @@ -75,30 +77,30 @@
- `Run Qodana` and `Run IDE for UI Tests` run configurations
- Use Gradle `wrapper` task to handle Gradle updates
- JVM compatibility version extracted to `gradle.properties` file
- Suppress `UnusedProperty` inspection for the `kotlin.stdlib.default.dependency` in `gradle.properties`

## [0.0.3]
### Removed
- Suppress `UnusedProperty` inspection for the `kotlin.stdlib.default.dependency` in `gradle.properties`

## [0.0.3]
### Removed
- Removed `detekt`/`ktlint` integration





### Changed

### Changed
- GitHub Actions: Use Java 11
- Update `pluginVerifierIdeVersions` to `2020.3.4, 2021.1.3`
- Change since/until build to `203-212.*`
- Upgrade Gradle Wrapper to `7.1.1`
- Gradle – Changelog plugin configuration update
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.5.21`
- Dependencies - upgrade `org.jetbrains.changelog` to `1.2.1`
- Dependencies - upgrade `org.jetbrains.intellij` to `1.1.4`

## [0.0.2]
### Changed
- Update pluginUntilBuild to last version

## [0.0.1]
### Added
- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)
- Dependencies - upgrade `org.jetbrains.intellij` to `1.1.4`

## [0.0.2]
### Changed
- Update pluginUntilBuild to last version

## [0.0.1]
### Added
- 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.responsiveintellijplugin
pluginName = responsive-intellij-plugin
# SemVer format -> https://semver.org
pluginVersion = 0.1.4
pluginVersion = 0.1.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 cd6f970

Please sign in to comment.