publishing_plugin.md: note on uploading new versions

This commit is contained in:
Yann Cébron 2021-04-22 18:19:53 +02:00
parent 00502fc1c8
commit c56c946075

View File

@ -1,15 +1,15 @@
[//]: # (title: Publishing a Plugin) [//]: # (title: Publishing a Plugin)
<!-- Copyright 2000-2020 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. --> <!-- Copyright 2000-2021 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
When your plugin is ready, you can publish it to a plugin repository so that other users can install it. When your plugin is ready, you can publish it to a plugin repository so that other users can install it.
You can choose to publish it on the [JetBrains Plugins Repository](https://plugins.jetbrains.com) or a [custom plugin repository](update_plugins_format.md). You can choose to publish it on the [JetBrains Plugins Repository](https://plugins.jetbrains.com) or a [custom plugin repository](update_plugins_format.md).
> Please see [Marketing](marketing.md) for remarks on how to prepare your plugin for optimal presentation. > Please see [Marketing](marketing.md) for remarks on how to prepare your plugin for optimal presentation.
> >
{type="tip"} {type="tip"}
### Publishing to the JetBrains Plugins Repository ## Publishing to the JetBrains Plugins Repository
To upload your plugin to the [JetBrains Plugins Repository](https://plugins.jetbrains.com), you must log in with your personal JetBrains Account. To upload your plugin to the [JetBrains Plugins Repository](https://plugins.jetbrains.com), you must log in with your personal JetBrains Account.
**To get your JetBrains account:** **To get your JetBrains account:**
@ -22,6 +22,10 @@ To upload your plugin to the [JetBrains Plugins Repository](https://plugins.jetb
1. [Log in to JetBrains Plugins Repository](https://plugins.jetbrains.com/author/me) with your personal JetBrains account. 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**. 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. 3. Fill in the **Add new plugin** form that opens and click the **Add the plugin** button to upload your plugin.
### Uploading a New Version
### Publishing a Plugin to a Custom Plugin Repository 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 Plugins Repository](https://plugins.jetbrains.com), please refer to the [Publishing to Custom Plugin Repositories](update_plugins_format.md) documentation. If you plan to publish your plugin to a repository _other than_ the [JetBrains Plugins Repository](https://plugins.jetbrains.com), please refer to the [Publishing to Custom Plugin Repositories](update_plugins_format.md) documentation.