Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mattheu authored Nov 21, 2024
1 parent ededc7c commit 7163d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ npm run start

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

* Check out main branch and ensure no local changes: `git checkout main && git reset origin/main --hard`
* Check out main branch and ensure no local changes: `git checkout main && git fetch && git reset origin/main --hard`
* 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.
* Push changes: `git push --follow-tags`
* Publish to NPM: `npm publish`

0 comments on commit 7163d0c

Please sign in to comment.