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
ugit already supports conventional commits, and it would make collaboration and release notes easier to organize if the log object supported conventional commits.
Improving Conventional Commit Support
ugit already supports conventional commits, and it would make collaboration and release notes easier to organize if the log object supported conventional commits.
git.log.CommitType
should get the type of the conventional commit #301git.log.Scope
should get the commit scope #303git.log.Description
should get the commit description #304Improving Performance
git.log.Trailer(s)
should be parsed in a script property #305git.log.Change(s)
should be parsed in a script property #306git.log.CommitDate
should be a script property #309git log
should not accumulate$input
#308Improving Jira Integration
git.log.get_JiraTicket(s)
should get Jira references #313git log -IssueNumber
should be aliased to-TicketNumber
#315Improving Usability
git.log.UserName
should be an alias to GitUserName #314The text was updated successfully, but these errors were encountered: