Skip to content

Commit

Permalink
chore: typo in CONTRIBUTING.md for bumping (#1025)
Browse files Browse the repository at this point in the history
  • Loading branch information
sehilyi committed Jan 8, 2024
1 parent 6357a14 commit a7142c2
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 @@ -141,7 +141,7 @@ If there is an example you would like to add to the editor example library, plea
GitHub Action handles bumping the version of Gosling.js. The pattern looks like the following:

```
pnpm version --patch
pnpm version patch # or minor or major
git push origin main --tags
```

Expand Down

0 comments on commit a7142c2

Please sign in to comment.