redstone-dart / redstone

A metadata driven microframework for Dart.
http://redstone-dart.github.io/redstone
MIT License
342 stars 42 forks source link

Create v0.5 branch and move v0.6 to master #99

Closed azenla closed 9 years ago

azenla commented 9 years ago

Should we move the master branch to v0.5 and move v0.6 to master?

azenla commented 9 years ago

cc @cgarciae @austincummings

cgarciae commented 9 years ago

@kaendfinger I don't know, will this affect people that have bugs for the current stable version? Will this affect people on pub? I think we should have the master be the latest stable version.

austincummings commented 9 years ago

I agree with @cgarciae, we need to ensure that v0.6 is absolutely stable and will not introduce new bugs. I don't think any of us want our code to suddenly be broken when we go in to work on Monday.

austincummings commented 9 years ago

We should also resolve all current issues in the issue tracker before we move forward.

azenla commented 9 years ago

Ok. Sound sgood :)

azenla commented 9 years ago

I opted for a bit different thing. we have 2 branches: v0.6 and v0.5. No master. v0.5 will be the default branch.

cgarciae commented 9 years ago

@kaendfinger Is no master possible? Sounds taboo! I think its culturally accepted that the master is what works and that other branches are things in development. It might confuse people. Then again, its just a name. I think more people should look into this.

azenla commented 9 years ago

@cgarciae Yes, projects do this sometimes. Such as https://github.com/dart-lang/test, which has a stable branch instead of master.