wemixarchive / go-wemix

Go implementation of the Wemix project.
https://www.wemix.com/
GNU Lesser General Public License v3.0
28 stars 25 forks source link

Feat: version patch to 9 #126

Closed jennwiederholen closed 1 week ago

jennwiederholen commented 1 week ago

0.10.9 includes #89 , #93 , #94 , #96 , #98 , #100 , #102 , #107 , #111 , #113 , #114 , #115 , #116 , #117 , #120 , #122

jed-wemade commented 1 week ago

VersionMeta would be used to determine whether current gwemix version is develop or release. I think it will allow us manage version more efficiently.

egonspace commented 1 week ago

In principle, yes, but we decided to do it this way to avoid the hassle of submitting version-raising PRs twice (for both unstable and stable) with every release. We’ve documented the rule in the wiki that for temporary branches other than the dev branch, we should use the unstable version.

However, the version should not be 'officially' released until all tests have passed.