Skip to content

Instantly share code, notes, and snippets.

@jcgertig
Last active August 29, 2015 14:05
Show Gist options
  • Save jcgertig/3dd89165fa0f2a15b5a2 to your computer and use it in GitHub Desktop.
Save jcgertig/3dd89165fa0f2a15b5a2 to your computer and use it in GitHub Desktop.
Proper versioning for releases

F.0 : Full release all features listed for version and bug fixed.

F.M.0 : Minor release of features that are fully bug tested. This can include a hotfix since it is fully bug tested.

F.M.L : Iteration of features completed does not have to be fully bug tested. Is not a public release but a release for those who like to live on the bleeding edge. Use leters at the end like 1.3.2 D to signify how many were released that week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment