Gameplan! #105
Gameplan!
#105
Replies: 2 comments
-
We now have two tracking branches... All releases are tagged with their version number and there's a corresponding GitHub release for them as well. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Merged ShadowDom changes (but needs some help) and renamed branches |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Where we are now
We're currently so far diverged from the origin upstream that it's getting more reasonable to adopt our own strategies for future releases. As it stands now, the
master
branch is serving as the version 2 release chain.The current release for v2 is
v2.13.1v2.14.0 on NPM which is nearing end of life, there's some breaking changes to simplify life coming in v3 so I'm planning on just doing maintenance-only fixes there. We may be able to backport some stuff, but I suspect we're going to stop at v2.14 or so.The v3 release chain is just getting started, but hopefully will point out of release candidate mode sooner. Before we do that, I want to cut over to
master
over to for the v3 chain, and rename that branch as well (tomain
). We left it alone before of a vain hope of back-porting to @Taysen version, but I think it's safe to say that is neve going to happen.Also in the works, I've got a PR on CDNJS repo to get the NPM package releases automatically pulled into CDNJS so jsfiddles are easier to create.
Overarching plan
master
v2-tracking
branch from thatv2.14.0
npm
as the current release for v2.xmaster
[ ] Rebase Cleanup node cloning and skip sandbox #103 ontocreated a hand merge... too much churnmain
master
npm
as the release candidate for v3master
master
tomain
Beta Was this translation helpful? Give feedback.
All reactions