Closed sio4 closed 2 years ago
Hi @gobuffalo/all, All done! Now the stable version of Buffalo core is v1.0.0! Congratulations! :tada:
Since the go module's import path for v0 and v1 is the same, users are able to update their version of Buffalo core library with go get github.com/gobuffalo/buffalo
and we can now safely works on v2 and v1 maintenance!
Be careful working on those two branches. The v1
branch is now only for the maintenance for the stable release (bug fix only) and all the new feature implementation and/or breaking changes should go to the main
branch, and the new v2
versions should be released as v2.0.0-alpha000
for a while.
I will take care of the side effects of this action if any, and please let me know if there is any issue with this version change and the branch structure.
This issue will remain open for a week or so as a night watch.
Additionally, check all existing issues and PRs for support packages under Buffalo core and fix/close them if that can be done within a few days:
Depth 7 (No dependency)
v0.3.0
v1.1.2
v1.10.2
. only issues/PR for v2 remainsv1.0.7
. one PR for v2 remainsv0.6.7
with module updates (no open issue)v1.0.2
with module updatesv1.5.2
with module updates (no open issue)v1.4.3
with module updates (no open issue)v0.4.2
with module updates (no open issue)v1.13.2
with module updates (no open issue)Depth 6
v1.0.3
with module updates (no open issue)v1.5.2
with module updates (no open issue)v0.3.3
with module updates (no issue for v0)v3.3.3
with module updates (no issue to be fixed)Depth 5
v3.1.4
with module updates (still 7 open issues, mostly FRs)Depth 4
v0.6.6
with module updates (no open issue)Depth 3
v4.1.15
with module updates and more (now 7 issues)Depth 2
v1.14.3
with small fix and deps (18+4 left)v2.0.13
with module updates (1 proposal issue)Depth 1
v6.0.7
with many bugfixes (94 issues and 4 PRs)Depth 0
Make the current version
v1
and configure branch structure for the future developmentv1.0.0
with the current versionv1
main
as the active development branch for the next major updatedevelopment
branchOK, then I will work on it (the core library versioning) this week. (actually, I am more passionate about the library part :-)
Originally posted by @sio4 in https://github.com/gobuffalo/cli/issues/207#issuecomment-1223494259