remove "release" part from release version badges

This commit is contained in:
Yann Cébron 2023-07-17 14:14:37 +02:00
parent ca05dad601
commit c8c7c84c0b
4 changed files with 7 additions and 7 deletions

View File

@ -60,7 +60,7 @@ _Early Access Program_ (EAP) releases of upcoming versions are available [here](
> >
> Java 11 is required ([blog post](https://blog.jetbrains.com/platform/2020/09/intellij-project-migrates-to-java-11/)) when targeting 2020.3 and later only. > Java 11 is required ([blog post](https://blog.jetbrains.com/platform/2020/09/intellij-project-migrates-to-java-11/)) when targeting 2020.3 and later only.
> >
> Please make sure to always upgrade `gradle-intellij-plugin` to the latest version [![GitHub Release](https://img.shields.io/github/release/jetbrains/gradle-intellij-plugin.svg?style=flat-square){type="joined"}](https://github.com/jetbrains/gradle-intellij-plugin/releases) > Please make sure to always upgrade `gradle-intellij-plugin` to the latest version [![GitHub Release](https://img.shields.io/github/release/jetbrains/gradle-intellij-plugin.svg?style=flat-square&label=){type="joined"}](https://github.com/jetbrains/gradle-intellij-plugin/releases)
> >
{style="note"} {style="note"}

View File

@ -4,7 +4,7 @@
<tldr> <tldr>
**Current Release**: [![GitHub Release](https://img.shields.io/github/release/jetbrains/gradle-intellij-plugin.svg?style=flat-square){type="joined"}](https://github.com/jetbrains/gradle-intellij-plugin/releases) **Current Release**: [![GitHub Release](https://img.shields.io/github/release/jetbrains/gradle-intellij-plugin.svg?style=flat-square&label=){type="joined"}](https://github.com/jetbrains/gradle-intellij-plugin/releases)
**GitHub**: [Releases & Changelog](https://github.com/JetBrains/gradle-intellij-plugin/releases), [Issue Tracker](https://github.com/JetBrains/gradle-intellij-plugin/issues) **GitHub**: [Releases & Changelog](https://github.com/JetBrains/gradle-intellij-plugin/releases), [Issue Tracker](https://github.com/JetBrains/gradle-intellij-plugin/issues)
@ -61,7 +61,7 @@ plugins {
</tab> </tab>
</tabs> </tabs>
Replace `...` placeholder with desired plugin version. Current release: [![GitHub Release](https://img.shields.io/github/release/jetbrains/gradle-intellij-plugin.svg?style=flat-square){type="joined"}](https://github.com/jetbrains/gradle-intellij-plugin/releases) Replace `...` placeholder with desired plugin version. Current release: [![GitHub Release](https://img.shields.io/github/release/jetbrains/gradle-intellij-plugin.svg?style=flat-square&label=){type="joined"}](https://github.com/jetbrains/gradle-intellij-plugin/releases)
When upgrading to `1.x` version, please make sure to follow the [migration guide](https://lp.jetbrains.com/gradle-intellij-plugin) to adjust your existing build script. When upgrading to `1.x` version, please make sure to follow the [migration guide](https://lp.jetbrains.com/gradle-intellij-plugin) to adjust your existing build script.
@ -82,7 +82,7 @@ The Snapshot release is a pre-release version built nightly from the latest main
To switch to the snapshot release, point Gradle to the dedicated snapshot repository by adding an entry to the Gradle settings file. To switch to the snapshot release, point Gradle to the dedicated snapshot repository by adding an entry to the Gradle settings file.
> The current Gradle IntelliJ Plugin Snapshot version is ![GitHub Snapshot Release](https://img.shields.io/nexus/s/org.jetbrains.intellij/org.jetbrains.intellij.gradle.plugin?server=https://oss.sonatype.org) > The current Gradle IntelliJ Plugin Snapshot version is ![GitHub Snapshot Release](https://img.shields.io/nexus/s/org.jetbrains.intellij/org.jetbrains.intellij.gradle.plugin?server=https://oss.sonatype.org&label=)
> >
> To make sure you obtain the latest snapshot version, invoke Gradle using `--refresh-dependencies` option. > To make sure you obtain the latest snapshot version, invoke Gradle using `--refresh-dependencies` option.
> >

View File

@ -6,7 +6,7 @@
<tldr> <tldr>
**Current Release**: ![GitHub Release](https://img.shields.io/github/release/jetbrains/gradle-grammar-kit-plugin.svg?style=flat-square) **Current Release**: ![GitHub Release](https://img.shields.io/github/release/jetbrains/gradle-grammar-kit-plugin.svg?style=flat-square&label=){interpolate-variables=false}
**GitHub**: [Releases & Changelog](https://github.com/JetBrains/gradle-grammar-kit-plugin/releases), [Issue Tracker](https://github.com/JetBrains/gradle-grammar-kit-plugin/issues) **GitHub**: [Releases & Changelog](https://github.com/JetBrains/gradle-grammar-kit-plugin/releases), [Issue Tracker](https://github.com/JetBrains/gradle-grammar-kit-plugin/issues)
@ -41,7 +41,7 @@ plugins {
</tab> </tab>
</tabs> </tabs>
Replace `...` placeholder with desired plugin version. Current release: ![GitHub Release](https://img.shields.io/github/release/jetbrains/gradle-grammar-kit-plugin.svg?style=flat-square) Replace `...` placeholder with desired plugin version. Current release: ![GitHub Release](https://img.shields.io/github/release/jetbrains/gradle-grammar-kit-plugin.svg?style=flat-square&label=)
> This project requires `Gradle 7.4` or newer, however it is recommended to use the latest Gradle available. > This project requires `Gradle 7.4` or newer, however it is recommended to use the latest Gradle available.

View File

@ -13,7 +13,7 @@ Gradle IntelliJ Plugin and [Gradle](https://gradle.org/install/) build system ar
It is strongly recommended to keep updating both Gradle and Gradle IntelliJ Plugin to the latest versions. It is strongly recommended to keep updating both Gradle and Gradle IntelliJ Plugin to the latest versions.
Newer IDE releases might not be supported fully in older releases of Gradle IntelliJ Plugin. Newer IDE releases might not be supported fully in older releases of Gradle IntelliJ Plugin.
> Current Gradle IntelliJ Plugin version is [![GitHub Release](https://img.shields.io/github/release/jetbrains/gradle-intellij-plugin.svg?style=flat-square){type="joined"}](https://github.com/jetbrains/gradle-intellij-plugin/releases) > Current Gradle IntelliJ Plugin version is [![GitHub Release](https://img.shields.io/github/release/jetbrains/gradle-intellij-plugin.svg?style=flat-square&label=){type="joined"}](https://github.com/jetbrains/gradle-intellij-plugin/releases)
> >
{style="note"} {style="note"}