Skip to content

Commit

Permalink
chore: explicitly state plugin's install/update requires a restart
Browse files Browse the repository at this point in the history
  • Loading branch information
lppedd committed Mar 22, 2023
1 parent b746de6 commit aa92c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--suppress PluginXmlValidity, PluginXmlDynamicPlugin -->
<idea-plugin>
<idea-plugin require-restart="true">
<id>com.github.lppedd.idea-conventional-commit</id>
<name>Conventional Commit</name>
<vendor email="lp.edoardo@gmail.com" url="https://github.com/lppedd/idea-conventional-commit">Edoardo Luppi</vendor>
Expand Down

0 comments on commit aa92c1e

Please sign in to comment.