Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronCQL committed Dec 26, 2023
1 parent 87b54e4 commit 8aa465f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,16 @@ pnpm build

### Publishing

To bump the package version prior to publishing, run:

```sh
# To bump the patch number (most publishes should use this)
pnpm version patch --no-git-tag-version

# To bump the prerelease number (if and only if a RC version is required)
pnpm version prerelease --no-git-tag-version --preid=rc
```

To publish the package to NPM, run:

```sh
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cosmes",
"version": "0.0.46",
"version": "0.0.47-rc.0",
"private": false,
"packageManager": "pnpm@8.3.0",
"sideEffects": false,
Expand Down

0 comments on commit 8aa465f

Please sign in to comment.