From cbd2624f0cde1273dbbcb785e2b835bebfd7dfcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Mon, 20 Sep 2021 18:08:03 +0200 Subject: [PATCH] gradle.properties: note `pluginVersion` is in SemVer format --- .github/template-cleanup/gradle.properties | 1 + README.md | 2 +- gradle.properties | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/template-cleanup/gradle.properties b/.github/template-cleanup/gradle.properties index 247da0a..a93209d 100644 --- a/.github/template-cleanup/gradle.properties +++ b/.github/template-cleanup/gradle.properties @@ -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 diff --git a/README.md b/README.md index 200b859..fc3e4ae 100644 --- a/README.md +++ b/README.md @@ -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 tag. | | `pluginUntilBuild` | The `until-build` attribute of the tag. | | `pluginVerifierIdeVersions` | Versions of the IDEs that will be used with Plugin Verifier. | diff --git a/gradle.properties b/gradle.properties index 9fb7390..4e3b189 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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