Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 584 Bytes

RELEASE_CHECKLIST.md

File metadata and controls

26 lines (17 loc) · 584 Bytes

Release checklist

This checklist is meant to be used as a guide for the release process.

Requirements

Steps

  • Swich to main branch
  • Make sure to have no staged commits.
  • Run make patch-release or make minor-release to handle the version bump, changelog, and commit.

Handling breaking changes in CLI

  • Change the following value in package.json
  "supportedAderynVersions": {
    "major": 0,
    "minor": 4
  }
  • Cut a release (patch or minor) using the steps above