Skip to content

Commit 5029c7d

Browse files
committed
Fix command in CONTRIBUTING.md
1 parent b373c4c commit 5029c7d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,7 @@ and Node components.
8585

8686
```
8787
inv version $VERSION
88-
git add Browser/version.py
89-
git add package.json
90-
git add setup.py
88+
git add Browser/version.py package.json setup.py docker/Dockerfile.latest_release
9189
git commit -m "Updateversion to: $VERSION"
9290
```
9391

0 commit comments

Comments
 (0)