releasableCommitTypes top-level constant

Set<String> const releasableCommitTypes

These are the commit types that should trigger a release.

Implementation

const releasableCommitTypes = <String>{'feat', 'fix'};