mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
gradle.properties: note pluginVersion
is in SemVer format
This commit is contained in:
parent
c181180172
commit
cbd2624f0c
1
.github/template-cleanup/gradle.properties
vendored
1
.github/template-cleanup/gradle.properties
vendored
@ -3,6 +3,7 @@
|
||||
|
||||
pluginGroup = %GROUP%
|
||||
pluginName = %NAME%
|
||||
# https://semver.org/ format
|
||||
pluginVersion = 0.0.1
|
||||
|
||||
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
|
||||
|
@ -94,7 +94,7 @@ The project-specific configuration file [gradle.properties][file:gradle.properti
|
||||
| --------------------------- | ---------------------------------------------------------------------------------------------------------- |
|
||||
| `pluginGroup` | Package name - after *using* the template, this will be set to `com.github.username.repo`. |
|
||||
| `pluginName` | Plugin name displayed in the JetBrains Marketplace and the Plugins Repository. |
|
||||
| `pluginVersion` | The current version of the plugin. |
|
||||
| `pluginVersion` | The current version of the plugin in [SemVer](https://semver.org/) format. |
|
||||
| `pluginSinceBuild` | The `since-build` attribute of the <idea-version> tag. |
|
||||
| `pluginUntilBuild` | The `until-build` attribute of the <idea-version> tag. |
|
||||
| `pluginVerifierIdeVersions` | Versions of the IDEs that will be used with Plugin Verifier. |
|
||||
|
@ -3,6 +3,7 @@
|
||||
|
||||
pluginGroup = org.jetbrains.plugins.template
|
||||
pluginName = IntelliJ Platform Plugin Template
|
||||
# https://semver.org/ format
|
||||
pluginVersion = 1.0.0
|
||||
|
||||
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
|
||||
|
Loading…
Reference in New Issue
Block a user