Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.31 KB

PUBLISHING.md

File metadata and controls

18 lines (15 loc) · 1.31 KB

New version publication

This page describes how to publish a new version of plugin and all related artifacts.

Steps:

  1. Create a PR with version increment in gradle.properties and in documentation. Please follow semver guidelines:
    1. If there are breaking .api files - increment the major version (e.g. from x.y.z to x+1.0.0)
    2. If current version is compatible with previous one and there are some notable changes - please increment the minor one (e.g. from x.y.z to x.y+1.0)
    3. Otherwise - please increment the patch version (e.g. from x.y.z to x.y.z+1).
  2. Receive API Key and Secret from the portal (please follow the documentation) and add them into the project secrets.
  3. Run publication workflows:
    1. Navigate to Actions and locate the publish workflow and publish documentation one. GitHub documentation: https://docs.github.com/en/actions/using-workflows/manually-running-a-workflow
    2. Run both workflows
  4. Release the version on GitHub.