Describe the need of your request
It would be great to have a gradle command the do the following actions simultaneously:
- build a plugin
- send it to marketplace
- send it as a release archive to github (or any other) with
Proposed solution
A new gradle task, a separate shell or smth
For my plugins I did it in github ci:
- build
- tag and release
- send to marketplace
but while you're using an IDE to publish the plugin there is no such ability
Alternatives you've considered
No response
Additional context
No response