You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a PR to the version branch ([example](https://github.com/vaadin/web-components/pull/4432)).
227
227
228
+
Update the [`check-branches.js`](https://github.com/vaadin/components-team-tasks/blob/master/release-app/check-branches.js) script of the release app to include the new version branch.
229
+
228
230
### Update the version in `main`
229
231
230
232
Create a new branch from main:
@@ -248,7 +250,7 @@ node scripts/updateVersion.js
248
250
Mark the new version with Lerna:
249
251
250
252
```sh
251
-
lerna version 24.1.0-alpha0 --no-push --no-git-tag-version --force-publish --exact --yes
253
+
lerna version 25.1.0-alpha0 --no-push --no-git-tag-version --force-publish --exact --yes
0 commit comments