Performing a Plugin Release manually using http

Hi,

For the last several years, I’m using mvn release:prepare release:perform to release. Now our IT blocked the access using ssh (port 22) and I wanted to check if there’s a way to perform it over http instead.

Thanks,

Tal.

Why not enable automated releases?

Makes it much easier, no more manual work.
Label the pull request accordingly and just merge it and you also get nice github releases summaries that are shown on the plugin home page as well.

1 Like

Will try that, thanks. Any other way?