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

Update CHANGES for 3.2.0 #93

Closed
mloskot opened this issue Mar 6, 2013 · 1 comment
Closed

Update CHANGES for 3.2.0 #93

mloskot opened this issue Mar 6, 2013 · 1 comment
Assignees
Milestone

Comments

@mloskot
Copy link
Contributor

mloskot commented Mar 6, 2013

Update the CHANGES file with major fixes and new features in SOCI 3.2.0, extract release notes.

BTW, may switch to Markdown, nice example here bootstrap/CHANGELOG

@ghost ghost assigned mloskot Mar 6, 2013
@mloskot
Copy link
Contributor Author

mloskot commented Mar 26, 2013

Done in f111963

I haven't changed the file format, it may change in future.
Meanwhile, if anyone wishes to generate complete, pretty and clickable changelog, git can do it:

  • add alias, i.e. git ghclm for GitHub ChangeLog Markdown generator
$ git config --global alias.ghclm
!sh -c 'git log $1...$2  --pretty=format:"* [view](http://github.com/$3/$4/commit/%H) - %s"' -
  • Generate all changes since SOCI 3.1.0 until 3.2.0 (empty `''`` stands for non-existing current tag):
git ghclm 3.1.0 '' SOCI soci > soci-3.2.0-github-changelog.md

Gist with output example is here soci-3.2.0-github-changelog.md

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

1 participant