Release - gegerlan/aog GitHub Wiki
In short
- Branch (x.y.*)
- Stabilize
- Test
- Fix (goto 3)
- Tag (x.y.z)
- Announce ("Release x.y.z, featuring...")
Resources
- http://producingoss.com/en/development-cycle.html (sections on releases)
- http://nvie.com/posts/a-successful-git-branching-model (example on using git branches and tags)
- http://git-scm.com/book (git reference)