chore: dont append branch name to commit
This commit is contained in:
@@ -15,12 +15,7 @@ module.exports = {
|
|||||||
{value: 'WIP', name: 'WIP: Work in progress'}
|
{value: 'WIP', name: 'WIP: Work in progress'}
|
||||||
],
|
],
|
||||||
|
|
||||||
scopes: [
|
scopes: [],
|
||||||
{name: 'accounts'},
|
|
||||||
{name: 'admin'},
|
|
||||||
{name: 'exampleScope'},
|
|
||||||
{name: 'changeMe'}
|
|
||||||
],
|
|
||||||
|
|
||||||
// it needs to match the value for field type. Eg.: 'fix'
|
// it needs to match the value for field type. Eg.: 'fix'
|
||||||
/*
|
/*
|
||||||
@@ -39,5 +34,5 @@ module.exports = {
|
|||||||
allowBreakingChanges: ['feat', 'fix'],
|
allowBreakingChanges: ['feat', 'fix'],
|
||||||
|
|
||||||
// Appends the branch name to the footer of the commit. Useful for tracking commits after branches have been merged
|
// Appends the branch name to the footer of the commit. Useful for tracking commits after branches have been merged
|
||||||
appendBranchNameToCommitMessage: true
|
appendBranchNameToCommitMessage: false
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user