Skip to content

Commit

Permalink
chore: Add release-it for easy publication
Browse files Browse the repository at this point in the history
  • Loading branch information
fdrault committed Aug 19, 2024
1 parent e91f1e3 commit 1252e3c
Show file tree
Hide file tree
Showing 3 changed files with 7,342 additions and 3,185 deletions.
27 changes: 27 additions & 0 deletions docs/publish.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# Publication

We use `release-it` to generate release change and publish release on github and npm.

### Publish new patch version

```
npx release-it patch
```

### Publish new minor version

```
npx release-it minor
```

### Publish new major version

```
npx release-it major
```

### Publish a pre-release

```
npx release-it minor --preRelease=rc
```
Loading

0 comments on commit 1252e3c

Please # to comment.