Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

automate creation of Changelog based PR merge history. #260

Open
Stephanevg opened this issue Aug 1, 2019 · 1 comment
Open

automate creation of Changelog based PR merge history. #260

Stephanevg opened this issue Aug 1, 2019 · 1 comment
Assignees
Labels
beginner friendly Documentation HACKTOBERFEST Issues that could be done by the community. These issues should be quick and easy to implement.
Milestone

Comments

@Stephanevg
Copy link
Owner

In title

@Stephanevg Stephanevg added this to the 0.9.0 milestone Aug 1, 2019
@Stephanevg Stephanevg self-assigned this Aug 1, 2019
@Stephanevg Stephanevg added HACKTOBERFEST Issues that could be done by the community. These issues should be quick and easy to implement. beginner friendly labels Sep 30, 2019
@Stephanevg
Copy link
Owner Author

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")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
beginner friendly Documentation HACKTOBERFEST Issues that could be done by the community. These issues should be quick and easy to implement.
Projects
None yet
Development

No branches or pull requests

1 participant