You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is now in a period of rapid iteration, and releases can be managed later
Is your feature request related to a problem? Please describe.
I noticed that we had made significant changes to the core code and whether we needed to do a large version iteration before merging into the master.
Describe the solution you'd like
For instance #65 ,We might be able to release a version span similar to 1.1 -> 1.2, with a version control option like 1.1 -> 1.1.1 for daily fixes.
Ref: Semantic Versioning 2.0.0
FYI: I noticed that the version number specified in package.json had never changed from the default (0.1.0) before. In #65 I picked 0.7.0 because 0.6.0 is the last version number that @lidangzzz has said on Twitter.
We can make use of lerna to do version number managing.
Is your feature request related to a problem? Please describe.
I noticed that we had made significant changes to the core code and whether we needed to do a large version iteration before merging into the master.
Describe the solution you'd like
For instance #65 ,We might be able to release a version span similar to 1.1 -> 1.2, with a version control option like 1.1 -> 1.1.1 for daily fixes.
Ref: Semantic Versioning 2.0.0
cc @lidangzzz @imtsuki
The text was updated successfully, but these errors were encountered: