Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Use semantic versionning #612

Closed
vicb opened this issue Feb 25, 2014 · 4 comments
Closed

Use semantic versionning #612

vicb opened this issue Feb 25, 2014 · 4 comments
Milestone

Comments

@vicb
Copy link
Contributor

vicb commented Feb 25, 2014

What about switching to a semantic version scheme ?

There's one interesting patch to look at for pre-1.0.0 versions.

The TL;DR is that before 1.0.0, we should increment the minor version on each BC break, ie going from 0.9.8 to 0.10.0. It could help spot BC breaks and avoid dependency nightmare.

What do you think ?

@vicb
Copy link
Contributor Author

vicb commented Feb 27, 2014

@mhevery @pavelgj would love to hear your thoughts about this.

I've opened a topic on the mailing list with more details, see https://groups.google.com/forum/#!msg/angular-dart/IrFQ9c2za7U/3lvAeG68PvYJ

@mhevery mhevery added this to the v1.0 milestone Apr 9, 2014
@mhevery
Copy link
Contributor

mhevery commented Apr 16, 2014

Yes lets do this.

Before v1.0

Increment Minor version per release
Increment Patch only when bug fix

After v1.0

Full on sem ver

@mhevery
Copy link
Contributor

mhevery commented Apr 16, 2014

I am going to close this as next version we cut will follow this.

@mhevery mhevery closed this as completed Apr 16, 2014
@vicb
Copy link
Contributor Author

vicb commented Apr 16, 2014

me 😆 thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants