Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 270 Bytes

RELEASING.md

File metadata and controls

13 lines (10 loc) · 270 Bytes

Releasing

  1. Prepare the release

    $ ./scripts/release.main.kts --action=prepare-release --version=X.Y.Z
    
  2. Push!

    $ git push && git push --tags
    
  3. Workflows will be triggered and release the plugin to the gradle plugins repository.