Skip to content

Commit 7163d0c

Browse files
authored
Update CONTRIBUTING.md
1 parent ededc7c commit 7163d0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ npm run start
7676

7777
Note: You will need to have publishing access to the package on npmjs.com in order to release a new version..
7878

79-
* Check out main branch and ensure no local changes: `git checkout main && git reset origin/main --hard`
79+
* Check out main branch and ensure no local changes: `git checkout main && git fetch && git reset origin/main --hard`
8080
* Bump version: `npm version major|minor|patch`. This updates the version in the package.json, runs build script, commits changes and creates a tag from the commit.
8181
* Push changes: `git push --follow-tags`
8282
* Publish to NPM: `npm publish`

0 commit comments

Comments
 (0)