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

Please Help: Changelog #179

Closed
isaacs opened this issue Mar 11, 2015 · 4 comments
Closed

Please Help: Changelog #179

isaacs opened this issue Mar 11, 2015 · 4 comments

Comments

@isaacs
Copy link
Owner

isaacs commented Mar 11, 2015

People have requested a changelog.

But I don't want to write one by hand.

Please add a script that does this, and make it easy to run automatically.

@YurySolovyov
Copy link

something like https://github.com/rvagg/changelog-maker ?

@eddiemonge
Copy link

Would you be open to having a commit message format for every commit?

@jimf
Copy link

jimf commented May 7, 2015

"But I don't want to write one by hand."

Write or maintain?

@charlierudolph
Copy link

If you want to have a script that does it automatically, you need have each commit in a specific format.

If you don't want to do that, what I've done in other projects is before each release look through the commits since the last release and determine which you should let users know about (interface changes, bug fixes, new features). You could use the following command to get the commits since the last release: git log <last-version-tag>..master.

Keeping a changelog is very useful for users who would otherwise need to look through the commits and changes since the last release. A maintainer should be able to determine the relevant changes much more easily.

I doubt backfilling the changelog to the initial version is all that useful anyway, so just starting one now and adding to it with each new release would be greatly appreciated.

@isaacs isaacs closed this as completed in b63c657 Feb 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants