export const RELEASE_TYPE = ['patch', 'minor', 'major']; export const FIRST_RELEASE = '1.0.0'; export const FIRSTPRERELEASE = '1'; export const COMMIT_NAME = 'semantic-release-bot'; export const COMMIT_EMAIL = 'semantic-release-bot@martynus.net'; export const RELEASE_NOTES_SEPARATOR = '\n\n'; export const SECRET_REPLACEMENT = '[secure]'; export const SECRET_MIN_SIZE = 5; export const GIT_NOTE_REF = 'semantic-release';