You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// too much refactor is needed in prepareCommitMsg to use a scope variable// so just add to type for nowgetScope(){if(this.isPackageRelated()){returnCONVENTIONAL_SCOPE.DEPENDENCIES}returnCONVENTIONAL_SCOPE.UNKNOWNexportfunctionpreparePrefix(type: CONVENTIONAL_TYPE,scope: CONVENTIONAL_SCOPE){return`${type}(${scope})`;}/** * Conventional commit scopes. * * See convention-commits.md doc for more info. */exportenumCONVENTIONAL_SCOPE{DEPENDENCIES="deps",UNKNOWN="",}
The text was updated successfully, but these errors were encountered:
WIP code
The text was updated successfully, but these errors were encountered: