ReleaseManager.prototype.release(bumpType?: BumpType): Promise<ReleaseResult>
Main release method - orchestrates the entire release process
optional
bumpType: BumpType
- Optional version bump type (patch, minor, major)
Promise<ReleaseResult>
Release result with success status and details