Skip to content

Commit

Permalink
added description
Browse files Browse the repository at this point in the history
  • Loading branch information
hbmartin committed Jun 9, 2021
1 parent bf0454c commit 504cbc9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<idea-plugin>
<id>me.haroldmartin.intellijbuildwebhooknotifier</id>
<name>Build Webhook Notifier</name>
<vendor email="[email protected]" url="https://github.com/hbmartin/">Harold Martin</vendor>
<vendor email="[email protected]" url="https://github.com/hbmartin/">Harold Martin</vendor>

<description><![CDATA[
Call a configurable on build start, error, or success. Useful for sending push notifications, blink lights, etc.
]]></description>

<!-- Product and plugin compatibility requirements -->
<!-- https://plugins.jetbrains.com/docs/intellij/plugin-compatibility.html -->
Expand Down

0 comments on commit 504cbc9

Please sign in to comment.