Skip to content

AgileForOpenSource

John Ament edited this page Feb 28, 2014 · 2 revisions

Agile For Open Source

Basically, this is a high level doc on my process for release, build and testing.

  1. When a feature works, it ships and ship whenever a feature works.
  2. Automate all tests. Something doesn't work unless there's a test for it.
  3. Update the docs. Within a few days of a release, ensure all docs are up to date and match what it really does. Don't document the future.

Versioning Info

Versions are based on a three point semantic version. Every release should be considered production ready, with a major version representing concrete workable code, minor versions representing little bits of changes mid release and a minor version change being a bug fix or alpha type code. Changes within alpha releases may change between builds.

List of Releases

hammock-core-0.0.1

Clone this wiki locally