Skip to content

Commit 5ae3a4a

Browse files
authored
Update release process (#1548)
1 parent ecf687b commit 5ae3a4a

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

documentation/DEVELOPMENT.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,12 @@ versions.
6767

6868
## Deployment
6969

70-
- `yarn run json-schema && make fix` in the root folder and ship
71-
- bump the versions by running `lerna version <patch|minor|major> --no-private`
72-
- make a global search-and-replace for "7.0.0" and "0.2.1" replace it with the
73-
new version
74-
- get this change into the `main` branch
70+
- on a branch:
71+
- `yarn run json-schema && make fix` in the root folder and ship
72+
- bump the versions by running `lerna version <patch|minor> --no-private` or
73+
by updating the versions manually if bumping the major version
74+
- make a global search-and-replace for "7.0.0" and "0.2.1" replace it with the
75+
new version
76+
- ship this branch
77+
- `git town sync --all && git tag 7.0.0 && git push --tags`
7578
- run <code type="make/command" dir="..">make publish</code>

0 commit comments

Comments
 (0)