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

[question] how to generate history changelog #40

Open
guileen opened this issue Apr 30, 2011 · 2 comments
Open

[question] how to generate history changelog #40

guileen opened this issue Apr 30, 2011 · 2 comments

Comments

@guileen
Copy link

guileen commented Apr 30, 2011

I want to add a change log for my project mongoskin.

What I got from git changelog is latest commit since last tag v0.1.1, can I generate all the change log ?

\nn.n.n / 2011-04-30 \n==================\n
  * add mongoskin.router
  * more document
@tj
Copy link
Owner

tj commented Apr 30, 2011

not the entire thing, since many commits do not really apply. For example I (usually) only include public api fixes/changes/additions, but many commits are not directly related to that. git changelog is meant to populate the changelog before releasing via git release or similar

@guileen
Copy link
Author

guileen commented Apr 30, 2011

should the literal \n replace with a real line break, It is just literal \n now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants