Skip to content

Instantly share code, notes, and snippets.

@DoCode
Last active October 30, 2015 18:10
Show Gist options
  • Save DoCode/3b289c61741c69f12918 to your computer and use it in GitHub Desktop.
Save DoCode/3b289c61741c69f12918 to your computer and use it in GitHub Desktop.
Versioning at the project startphase

Project startphase

    ┬
    ├── 0.7              during initial development
    │   ├── 0.8-RC.1     close to stable
    ├── 0.8              completed draft undergoing review
    ├── 0.9              final draft for review
    │   ├── 0.9-ALPHA.1  first alpha release
    │   ├── 0.9-BETA.1   first beta release
    │   ├── 0.9-BETA.2   second beta release, with some fixes
    ├── 1.0              first release version
    │
    .
    .
    .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment