Skip to content

Instantly share code, notes, and snippets.

View boaglio's full-sized avatar
👨‍💻
Designing & Thinking & Coding & Testing

Fernando Boaglio boaglio

👨‍💻
Designing & Thinking & Coding & Testing
View GitHub Profile
@nzakas
nzakas / gist:1164118
Created August 23, 2011 01:47
Ant target for autogenerating changelog based on Git tags
<!--
Ant target for autogenerating a changelog based on Git tags
Workflow:
1. Do all of your checkins for a given version.
2. When you're ready to officially create a new version, tag it using git tag, such as "git tag v0.3.0".
3. If you don't already have a file named CHANGELOG in the root directory, make one.
4. Run "ant changelog.update"