- Open the plugin directory:
cd ./plugin
- Edit the
gradle.properties
file: Remove-alpha<number>
from theVERSION_NAME
and set the version to the release version. For example:1.0.0
. - Upload binaries to Gradle's plugin portal:
./gradlew :plugin:publishPlugins
- Check uploaded plugin and version at Gradle Plugin Portal site.