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
Copy file name to clipboardExpand all lines: docs/cmdlets.md
+14-5Lines changed: 14 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ Commitfusion provides a number cmdlets to help with the creation of conventional
28
28
29
29
2.**Scope**`[string]` The Scope of the commit, User specified, placed between brackets after the `Type` - <spanstyle="color:green;">OPTIONAL</span>
30
30
3.**Description**`[string]` The Commit Description, User specified, placed after the `scope` - <spanstyle="color:magenta;">PARAMERTER REQUIRED</span>
31
-
4.**Body**`[string[]]` Array of text and will ouput under the `NOTES:` area inside the body - <spanstyle="color:green;">OPTIONAL</span>
31
+
4.**Notes**`[string[]]` Array of text and will ouput under the `NOTES:` area inside the body - <spanstyle="color:green;">OPTIONAL</span>
32
32
5.**BugFixes**`[string[]]` Array of text and will ouput under the `BUG FIXES:` area inside the body - <spanstyle="color:green;">OPTIONAL</span>
33
33
6.**FeatureNotes**`[string[]]` Array of text and will ouput under the `FEATURE NOTES:` area inside the body, - <spanstyle="color:green;">OPTIONAL</span>
34
34
7.**FeatureAddtions**`[string[]]` Array of text and will ouput under the `FEATURE ADDTIONS:` area inside the body - <spanstyle="color:green;">OPTIONAL</span>
**Get-CommitFusionModuleInstance** takes `0` Parameters and will return the module instance initiated at module import. See `$moduleroot/libs/cmdlets/Get-CommitFusionModuleInstance.psm1`, used by all the cmdlets to interact with the class instance.
0 commit comments