Skip to content

Commit

Permalink
build: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyu94 committed Nov 5, 2023
1 parent 1d419aa commit f545647
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ Clone this repo to your local machine and install the dependencies.
pnpm install
```

### Publishing

1. Bump the `version` in `package.json`.
2. Push the changes to the `main` branch.
3. Create a new tag with according to the `version`.
4. Push the tag to the `main` branch.
5. Create a new release on GitHub with the tag.
6. The `publish-to-npm.yml` workflow will automatically publish the package to npm.

## Project Structure

This repository is initialized with the [vue-ts template](https://vite.new/vue-ts) of [vite](https://vitejs.dev/).
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": "v-object-inspector",
"version": "0.1.2",
"version": "0.1.3",
"private": false,
"packageManager": "[email protected]",
"exports": {
Expand Down

0 comments on commit f545647

Please sign in to comment.