-
-
Notifications
You must be signed in to change notification settings - Fork 682
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release Lines and Release Process #769
Comments
Should I delete v3 tag on npm and replace it with next ? |
Not yet. I'll fix them all soon. |
Hello, is there any update on this? Considering it's been out for a while I was wondering if something stagnated or people just forgot or if there's any bigger issue in v3? |
@tunnckoCore are you ok if I mark v3 as latest now ? |
Let me check tonight and tomorrow, I have some things locally. I delayed, because I've seen they dropped the CVS. |
There will be 3 lines: Legacy, Current (master / latest), and Next.
legacy
branch -legacy
dist-tagmaster
branch -latest
dist-tagnext
branch -next
dist-tagWhen v3 should become
latest
on npm, we cut themaster
branch toversion-2
branch and mergenext
branch intomaster
. When new updates and releases are needed for v2 and it's not Current anymore (because v3 is the new Current), we publish it onversion-2
dist-tag fromversion-2
(or justv2
) branch.Same repeats when v4 needs to become Current - move
master
toversion-3
branch, mergenext
branch tomaster
.I just want consistency.. duh.
cc @GrosSacASac
The text was updated successfully, but these errors were encountered: