Skip to content

Commit a9b23af

Browse files
authored
chore: update versioning instructions (#10018)
1 parent c7b853a commit a9b23af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

DEVELOPMENT.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,8 @@ const getChangedPackages = () => {
225225

226226
Create a PR to the version branch ([example](https://github.com/vaadin/web-components/pull/4432)).
227227

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+
228230
### Update the version in `main`
229231

230232
Create a new branch from main:
@@ -248,7 +250,7 @@ node scripts/updateVersion.js
248250
Mark the new version with Lerna:
249251

250252
```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
252254
```
253255

254256
Commit all the changes:

0 commit comments

Comments
 (0)