export const branchStable = 'stable'
export const branchFeature = 'feature-'
export const branchRelease = 'release-'
export const branchPreview = 'preview-'
