File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
java/com/fulinlin/constant Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 66 * @create: 2019-12-08 11:37
77 **/
88public class GitCommitConstants {
9- public static final String DEFAULT_TEMPLATE = "#if($type)${type}#end#if(${ scope} )(${scope})#end: #if(${ subject} )${subject}#end\n " +
9+ public static final String DEFAULT_TEMPLATE = "#if($type)${type}#end#if($scope)(${scope})#end: #if($subject)${subject}#end\n " +
1010 "${newline}\n " +
11- "#if(${ body} )${body}#end\n " +
11+ "#if($body)${body}#end\n " +
1212 "${newline}\n " +
13- "#if(${ changes} )BREAKING CHANGE: ${changes}#end\n " +
13+ "#if($changes)BREAKING CHANGE: ${changes}#end\n " +
1414 "${newline}\n " +
15- "#if(${ closes} )Closes ${closes}#end\n " ;
15+ "#if($closes)Closes ${closes}#end\n " ;
1616
1717}
Original file line number Diff line number Diff line change 1- #if($type)${type}#end#if(${ scope} )(${scope})#end: #if(${ subject} )${subject}#end
1+ #if($type)${type}#end#if($scope)(${scope})#end: #if($subject)${subject}#end
22${newline}
3- #if(${ body} )${body}#end
3+ #if($body)${body}#end
44${newline}
5- #if(${ changes} )BREAKING CHANGE: ${changes}#end
5+ #if($changes)BREAKING CHANGE: ${changes}#end
66${newline}
7- #if(${ closes} )Closes ${closes}#end
7+ #if($closes)Closes ${closes}#end
You can’t perform that action at this time.
0 commit comments