Closed saibotsivad closed 8 years ago
Once this gets out of 0.x
version, I'll want the different versions to be available on the website.
What about a folder structure that would get you something like sdmp.io/1.0/core/container
and then the main page would list the different versions? That's kind of what YAML does, e.g. http://yaml.org/
Then for github what would happen is that master
is the real deal, and there'd be branches for different work, e.g. if there's a planned milestone 0.13
than there'd be a branch like development-0.13
where all the work and discussion would occur, and once all the goals were met for that milestone there'd be a pull request open to master
.
Closed with #37