From 5a5294073bcb610fd7c5ae6bae76025146d4a6c7 Mon Sep 17 00:00:00 2001 From: Faur Ioan-Aurel Date: Thu, 19 Jan 2023 16:33:12 +0200 Subject: [PATCH 1/2] doc: plugin versioning - add note for devs to manually increase the plugin version - fix plugin url --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 91f03f4a..02b66711 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Follow](https://img.shields.io/twitter/follow/CoderHQ?label=%40CoderHQ&style=soc ## Getting Started -![Install this plugin from the JetBrains Marketplace](https://plugins.jetbrains.com/plugin/19620-coder-gateway) +[Install this plugin from the JetBrains Marketplace](https://plugins.jetbrains.com/plugin/19620-coder/) ## Manually Building @@ -142,6 +142,8 @@ An artifact file is also built with the plugin attached. Every new Build overrid When you edit the draft and use the Publish release button, GitHub will tag the repository with the given version and add a new entry to the Releases tab. Next, it will notify users who are *watching* the repository, triggering the final [Release](.github/workflows/release.yml) workflow. +> **IMPORTANT:** `pluginVersion` from `gradle.properties` needs to be manually increased after a release. + ### Plugin signing Plugin Signing is a mechanism introduced in the 2021.2 release cycle to increase security in [JetBrains Marketplace](https://plugins.jetbrains.com). From 023b251fe59ba06c4876cce5b5eaa0fd41fe6319 Mon Sep 17 00:00:00 2001 From: Faur Ioan-Aurel Date: Thu, 19 Jan 2023 16:42:07 +0200 Subject: [PATCH 2/2] chore: next version is 2.1.5 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 4329fb70..2b52d8fe 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ pluginGroup=com.coder.gateway pluginName=coder-gateway # SemVer format -> https://semver.org -pluginVersion=2.1.4 +pluginVersion=2.1.5 # See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html # for insight into build numbers and IntelliJ Platform versions. pluginSinceBuild=222.3739.54