Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kvz committed Apr 4, 2024
1 parent c713cf7 commit 72af16d
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 @@ -109,7 +109,7 @@ Any newly pushed git tag is automatically released on npm by CI:
# change version in package.json (e.g. 2.0.17)
# update CHANGELOG.md
# commit all
git commit -am 'Release v2.0.17'
git tag v2.0.17
git push --tags

```

0 comments on commit 72af16d

Please sign in to comment.