Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 620 Bytes

RELEASE.md

File metadata and controls

16 lines (10 loc) · 620 Bytes

Release process

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.

Release

New release is published automatically when a new tag is created which should be done by creating a new release within GitHub UI.

Before release

  1. Update the plugin VERSION property in gradle.properties file.

CI run specification: .github/workflows/publish.yml