Create Release
| 
        apex release create     <PKG_ALIAS> [    <VERSION>] [--breaking] [-m     <MESSAGE>] [--file     <COMMIT_FILE>]
     | |
| 
        Creates a new release on a package.
     | 
Parameters
| Parameter | Description | 
|---|---|
| pkg_alias | The alias of the package to create release on. | 
| version | Version number of the package. If not specified, you will be prompted for one. | 
Flags
| Flag | Description | 
|---|---|
| --breaking | Optional, and if present this release will be marked as including breaking changes. | 
| -m | Optional commit message. | 
| --file | Optional location of file containing commit message. |