Skip to content

Commit

Permalink
Fixed contribution guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldietrich committed Feb 8, 2022
1 parent bd909db commit 28a0fd0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions CONTRIBUTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,8 @@ Create a release:
```sh
# increase version
npm version minor # or patch, major, etc.
# push version change
# push version change and tag
git push
# create a release tag, e.g. <version> = v1.2.3
git tag <version>
# push the release tag, e.g. <version> = v1.2.3
git push origin <version>
```

Expand Down

0 comments on commit 28a0fd0

Please sign in to comment.