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
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -148,7 +148,7 @@ a git hook is already present.
148
148
[Core team members](./CORE_TEAM.md) have the responsibility of pushing new releases to npm. The release process is as follows:
149
149
150
150
1. Make sure you have the latest changes and are on the master branch: `git checkout master && git pull origin master`
151
-
2. Install all the dependecies by running `yarn`in the root folder. This will also install `lerna`.
151
+
2. Install all the dependencies by running `yarn`in the root folder. This will also install `lerna`.
152
152
3. Create a new branch based on the version number, for example `git checkout -b 3.4.1`
153
153
4. Update the [CHANGELOG.md](./CHANGELOG.md) with the new version number, add a new Unreleased section at the top and edit the links at the bottom so everything is linked correctly
154
154
5. Commit the Changelog changes with `git commit -m 'Update CHANGELOG'`
0 commit comments