File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments