-
-
Notifications
You must be signed in to change notification settings - Fork 438
v2.2.10 #5332
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
Conversation
vue-component-meta
vue-component-type-helpers
@vue/language-plugin-pug
@vue/language-core
@vue/language-server
@vue/language-service
vue-tsc
@vue/typescript-plugin
commit: |
… same name as components (#5253)
Hi @KazariEX could we do release with version tags as some eco system CIs relies on the tags, e.g. https://github.com/mason-org/mason-registry/actions/runs/14600381065/job/40956852445?pr=9781 failed because was checking https://raw.githubusercontent.com/vuejs/language-tools/v2.2.10/extensions/vscode/package.json which does not exist. Might because here https://github.com/vuejs/language-tools/blob/master/package.json#L11 explicitly set to no tag version 🤔? Not sure if this is a good idea tho. |
It seems that tag cannot be set on branches. I thought rebasing the release commit to the main branch may cause confusion between versions. |
oh okay makes sense thanks |
but isn't tags on commits not branches? So as long as you give the correct hash of the commit to create the hash should be fine? but anyway not a big deal if not release none default branches now. |
Added. |
Pick the 4 fixes after 2.2.8 (including the important #5247).