mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Changed pluginUntilBuild
to the correct format: 201.*
This commit is contained in:
parent
895b7602b2
commit
89a3f60ce4
2
.github/template-cleanup/gradle.properties
vendored
2
.github/template-cleanup/gradle.properties
vendored
@ -5,7 +5,7 @@ pluginGroup = %GROUP%
|
|||||||
pluginName = %NAME%
|
pluginName = %NAME%
|
||||||
pluginVersion = 0.0.1
|
pluginVersion = 0.0.1
|
||||||
pluginSinceBuild = 193
|
pluginSinceBuild = 193
|
||||||
pluginUntilBuild = 202
|
pluginUntilBuild = 201.*
|
||||||
|
|
||||||
platformType = IC
|
platformType = IC
|
||||||
platformVersion = 2019.3
|
platformVersion = 2019.3
|
||||||
|
@ -3,6 +3,9 @@
|
|||||||
# IntelliJ Platform Plugin Template Changelog
|
# IntelliJ Platform Plugin Template Changelog
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
### Changed
|
||||||
|
- `pluginUntilBuild` set to the correct format: `201.*`
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- GitHub Actions - Template Cleanup - fixed adding files to git
|
- GitHub Actions - Template Cleanup - fixed adding files to git
|
||||||
- Update Template plugin name on cleanup
|
- Update Template plugin name on cleanup
|
||||||
|
@ -5,7 +5,7 @@ pluginGroup = org.jetbrains.plugins.template
|
|||||||
pluginName = Template
|
pluginName = Template
|
||||||
pluginVersion = 0.1.0
|
pluginVersion = 0.1.0
|
||||||
pluginSinceBuild = 193
|
pluginSinceBuild = 193
|
||||||
pluginUntilBuild = 202
|
pluginUntilBuild = 201.*
|
||||||
|
|
||||||
platformType = IC
|
platformType = IC
|
||||||
platformVersion = 2019.3
|
platformVersion = 2019.3
|
||||||
|
Loading…
Reference in New Issue
Block a user