mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
publishing_plugin.md: cleanup, format
This commit is contained in:
parent
d17807cb09
commit
873ef7140a
@ -13,24 +13,32 @@ Before publishing your plugin, make sure it is signed.
|
||||
For more details on generating a proper certificate and configuring the signing process, check the [Plugin Signing](plugin_signing.md) article.
|
||||
|
||||
## Publishing to JetBrains Marketplace
|
||||
|
||||
<procedure title="Creating JetBrains Account">
|
||||
|
||||
To upload your plugin to the [JetBrains Marketplace](https://plugins.jetbrains.com), you must log in with your personal JetBrains Account.
|
||||
|
||||
**To get your JetBrains account:**
|
||||
1. Open the [JetBrains Account Center](https://account.jetbrains.com) and click <control>Create Account</control>.
|
||||
2. Fill in all fields in the <control>Create JetBrains Account</control> form that opens and click <control>Register</control>.
|
||||
|
||||
1. Open the [JetBrains Account Center](https://account.jetbrains.com) and click **Create Account**.
|
||||
2. Fill in all fields in the **Create JetBrains Account** form that opens and click **Register**.
|
||||
</procedure>
|
||||
|
||||
**To upload your plugin to JetBrains Plugins Repository:**
|
||||
<procedure title="Uploading plugin">
|
||||
|
||||
1. [Log in to JetBrains Plugins Repository](https://plugins.jetbrains.com/author/me) with your personal JetBrains account.
|
||||
2. On your Profile page that opens, click **Add new plugin**.
|
||||
3. Fill in the **Add new plugin** form that opens and click the **Add the plugin** button to upload your plugin.
|
||||
To upload your plugin to the JetBrains Plugins Repository:
|
||||
|
||||
1. [Log in to JetBrains Marketplace](https://plugins.jetbrains.com/author/me) with your personal JetBrains account.
|
||||
2. On your Profile page that opens, click <control>Add new plugin</control>.
|
||||
3. Fill in the <control>Add new plugin</control> form that opens and click the <control>Add the plugin</control> button to upload your plugin.
|
||||
|
||||
See also [Marketplace Docs](https://plugins.jetbrains.com/docs/marketplace/uploading-a-new-plugin.html).
|
||||
|
||||
</procedure>
|
||||
|
||||
### Uploading a New Version
|
||||
|
||||
New versions can be uploaded on the plugin's detail page, see [Marketplace Docs](https://plugins.jetbrains.com/docs/marketplace/custom-release-channels.html) for details.
|
||||
|
||||
## Publishing a Plugin to a Custom Plugin Repository
|
||||
|
||||
If you plan to publish your plugin to a repository _other than_ the [JetBrains Marketplace](https://plugins.jetbrains.com), please refer to the [Publishing to Custom Plugin Repositories](update_plugins_format.md) documentation.
|
||||
|
Loading…
x
Reference in New Issue
Block a user