This document describes release process of this plugin into Gradle Plugin Portal
repository.
There is only one type of publication -- release. Snapshots
are not supported by Gradle Plugin Portal.
New release is published automatically when a new tag is created which should be done by creating a new release within GitHub UI.
- Update the plugin
VERSION
property in gradle.properties file.
CI run specification: .github/workflows/publish.yml