Skip to content
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

ci: add a canary release workflow for next minor #9265

Merged
merged 8 commits into from
Sep 22, 2023

Conversation

haoqunjiang
Copy link
Member

@haoqunjiang haoqunjiang commented Sep 21, 2023

It's similar to #7860 but applies to the 3.4 branch every week.
The version would be like 3.20230921.0-minor.0 (or 3.20230921.0-minor.1 if another manual release happens on the same day), and would be under the minor dist-tag.

P.S. The first commit is not essential for this PR, but it fixes an issue that I accidentally introduced in the previous one: the command-line argument should accept both camelCase and kebab-case flags.

@github-actions
Copy link

Size Report

Bundles

File Size Gzip Brotli
runtime-dom.global.prod.js 85.9 kB 32.6 kB 29.5 kB
vue.global.prod.js 132 kB 49.3 kB 44.4 kB

Usages

Name Size Gzip Brotli
createApp 47.9 kB 18.8 kB 17.2 kB
createSSRApp 50.6 kB 19.9 kB 18.2 kB
defineCustomElement 50.3 kB 19.6 kB 17.9 kB
overall 61.2 kB 23.7 kB 21.6 kB

.github/workflows/canary-next-minor.yml Outdated Show resolved Hide resolved
.github/workflows/canary-next-minor.yml Outdated Show resolved Hide resolved
.github/workflows/canary-next-minor.yml Outdated Show resolved Hide resolved
scripts/release.js Outdated Show resolved Hide resolved
haoqunjiang and others added 5 commits September 22, 2023 14:43
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
scripts/release.js Outdated Show resolved Hide resolved
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
@yyx990803 yyx990803 merged commit b8fc18c into vuejs:main Sep 22, 2023
@sxzz
Copy link
Member

sxzz commented Sep 22, 2023

Can we trigger it now? Or have to wait until the next week? @sodatea

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants