Skip to content

Commit 13278b4

Browse files
docs: update release instructions
1 parent 465ae4c commit 13278b4

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,13 @@ Note that the developers also have their regular duties, so depending on the req
7474

7575
First, make sure that you pull the latest state of the GitHub repository and then proceed with the following steps:
7676

77-
1. Update the version: `npm version patch|minor|major`
77+
1. Make sure you have `husky` and `npm-run-all` installed globally:
78+
79+
```sh
80+
npm install -g husky npm-run-all
81+
```
7882

79-
2. Push the new commit and tag: `git push && git push --tags`
83+
1. Update the version: `npm version patch|minor|major`
84+
1. Push the new commit and tag: `git push && git push --tags`
8085

8186
A GitHub action will do the needful once the new tag has been pushed.

0 commit comments

Comments
 (0)