Stephanevg / PSHTML

Cross platform Powershell module to generate HTML markup language
https://pshtml.readthedocs.io/en/latest/
Other
165 stars 43 forks source link

automate creation of Changelog based PR merge history. #260

Open Stephanevg opened 5 years ago

Stephanevg commented 5 years ago

In title

Stephanevg commented 4 years ago

This is q good start:

(git log --format="%ai`t%H`t%an`t%ae`t%s" -n 100) | ConvertFrom-Csv -Delimiter "`t" -Header ("Date","CommitId","Author","Email","Subject")