Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish plugin to multiple channels #117

Closed
vlasovskikh opened this issue Jul 7, 2016 · 1 comment
Closed

Publish plugin to multiple channels #117

vlasovskikh opened this issue Jul 7, 2016 · 1 comment
Assignees
Milestone

Comments

@vlasovskikh
Copy link
Contributor

Since adding a new plugin channel to the IDE overrides the default channel, plugin authors have to publish the same builds to multiple channels.

Let's add a way to specify the list of channels used to publish the plugin in addition to the single channel option:

intellij {
  publish {
    username 'zolotov'
    password 'password'
    channel 'eap', 'nightly', 'default'
  } 
}

We could use "default" as the name for the default channel (no channel=... parameter in HTTP POST).

@zolotov zolotov added this to the 0.2.0 milestone Aug 7, 2016
@zolotov zolotov self-assigned this Aug 7, 2016
@zolotov zolotov closed this as completed in 7dfb138 Aug 7, 2016
@zolotov
Copy link
Member

zolotov commented Aug 7, 2016

You can try 0.2.0-SNAPSHOT, see README to know how to use snapshots

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants