Plugin description set default description instead of my description
Answered
Hello, I am currently working on publishing the plugin but I didn't change the description of the plugin. When I build the plugin, I see "tag will be set to..." on the terminal. How can I build the plugin with my description?

Here my description:
<![CDATA[
<p>Gradle Commander Plugin</p>
<br/>
<p>Commander AS-Plugin can run gradle commands in your project and modules easily.</p>
<p>Click Commander tab and choose the gradle task you want to run.In terminal tab, you can see the task results.</p>
<br/>
<p>See also:</p>
<ul>
<li><a href="https://github.com/Trendyol/Commander-AS-Plugin">GitHub repository</a>: documentation and contributing</li>
</ul>
]]>
Please sign in to leave a comment.
The description is taken from <!-- Plugin description --> section from README.md as described here https://github.com/JetBrains/intellij-platform-plugin-template/#gradle-configuration
https://github.com/Trendyol/Commander-AS-Plugin/blob/main/build.gradle.kts#L85