Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Feb 28, 2024
1 parent 1f5e136 commit f47021d
Show file tree
Hide file tree
Showing 4 changed files with 25,411 additions and 1,588 deletions.
18 changes: 13 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,19 @@ Commit, push and check if the GitHub action tests are passing.

## 🏷️ Publish new version

Create a new release on GitHub following semantic versioning, e.g. `v1.2.0`
1. Update version in `package.json`

Then update the `v1` tag to the latest commit (`v1` should always be sync to the latest version)
```bash
npm version patch
```

```bash
npm run release
```
2. Create a new release on GitHub for this new tag

3. Then update the `v1` tag to the latest commit (`v1` should always be sync to the latest version)

```bash
npm run release
```



0 comments on commit f47021d

Please sign in to comment.